#820F38

Color #820F38 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #820F38

Tints of Burgundy #820F38

Color information

#820F38 (or 0x820F38) is unknown color: approx Burgundy. HEX triplet: 82, 0F and 38. RGB value is (130,15,56). Sum of RGB (Red+Green+Blue) = 130+15+56=201 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.68% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 56 (22.27% from 255 or 27.86% from 201); Max value from RGB is 130 - color contains mainly: red. Hex color #820F38 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #820F38 is #7DF0C7. Grayscale: #363636. Windows color (decimal): -8253640 or 3673986. OLE color: 3673986.

HSL color Cylindrical-coordinate representation of color #820F38: hue angle of 338.61º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #820F38 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1301556-
CMYK00.880.570.49
HSL338.61º79.31%28.43%-
HSV(B)338.61º88.46%50.98%-
XYZ10.095.374.25-
YUV54.06129.1182.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 64.68%
GREEN value IS 15 (6.25% from 255) = 7.46%
BLUE value IS 56 (22.27% from 255) = 27.86%
R=64.68%
G=7.46%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130155600.880.570.49338.6179.3128.43
Hex82F3805839311534f1c
Octal20217700130716152311734
Binary10000010111111100001011000111001110001101010011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820F38; }

 p { color: rgb(130,15,56); }

 H1.HeaderClassName
 {
   color: #820F38;
 }
 .AnyTagClassName
 {
   color: #820F38;
 }
</style>
background-color css

<style>
 a { background-color: #820F38; }

 a { background-color: rgb(130,15,56); }

 div.DivClassName
 {
   background-color: #820F38;
 }
 .BgClassName
 {
   background-color: #820F38;
 }
</style>
border-color css

<style>
 span { border-color: #820F38; }

 span { border-color: rgb(130,15,56); }

 td.TdClassName
 {
   border-color: #820F38;
 }
 .TagClassName
 {
   border-color: #820F38;
 }
</style>