Html Css Color HEX #820918 Burgundy

📋 copy color: '#820918'

red 130 ◦ green 9 ◦ blue 24

#820918
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #820918

Tints of Burgundy #820918

RGB

 RED value IS 130 (51.17% from 255) = 79.75%

 GREEN value IS 9 (3.91% from 255) = 5.52%

 BLUE value IS 24 (9.77% from 255) = 14.72%

R = 79.75%
G = 5.52%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#820918 (or 0x820918) is known color: Burgundy. HEX triplet: 82, 09 and 18. RGB value is (130,9,24). Sum of RGB (Red+Green+Blue) = 130+9+24=163 (21% of max value = 765). Red value is 130 (51.17% from 255 or 79.75% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 130 - color contains mainly: red. Hex color #820918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820918 is #7DF6E7. Grayscale: #2E2E2E. Windows color (decimal): -8255208 or 1575298. OLE color: 1575298.

HSL color Cylindrical-coordinate representation of color #820918: hue angle of 352.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820918 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 24 -
CMYK 0 0.93 0.82 0.49
HSL 352.56º 0.87% 0.27% -
HSV(B) 352.56º 0.93% 0.51% -
XYZ 9.47 5.01 1.33 -
YUV 46.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 130 9 24 0 0.93 0.82 0.49 352.56 0.87 0.27
Hex 82 9 18 0 5D 52 31 161 57 1B
Octal 202 11 30 0 135 122 61 541 127 33
Binary 10000010 1001 11000 0 1011101 1010010 110001 101100001 1010111 11011

Color Harmonies of #820918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820918

Black with #820918

Text Example


Text Example

White with #820918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820918; }

 p { color: rgb(130,9,24); }

 H1.HeaderClassName
 {
   color: #820918;
 }
 .AnyTagClassName
 {
   color: #820918;
 }
</style>

background-color css

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

 a { background-color: rgb(130,9,24); }

 div.DivClassName
 {
   background-color: #820918;
 }
 .BgClassName
 {
   background-color: #820918;
 }
</style>

border-color css

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

 span { border-color: rgb(130,9,24); }

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