Html Css Color HEX #820118 Burgundy

📋 copy color: '#820118'

red 130 ◦ green 1 ◦ blue 24

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

Shades of Burgundy #820118

Tints of Burgundy #820118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

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

R = 83.87%
G = 0.65%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#820118 (or 0x820118) is known color: Burgundy. HEX triplet: 82, 01 and 18. RGB value is (130,1,24). Sum of RGB (Red+Green+Blue) = 130+1+24=155 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.87% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 24 (9.77% from 255 or 15.48% from 155); Max value from RGB is 130 - color contains mainly: red. Hex color #820118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820118 is #7DFEE7. Grayscale: #2A2A2A. Windows color (decimal): -8257256 or 1573250. OLE color: 1573250.

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

Color convert

RGB 130 1 24 -
CMYK 0 0.99 0.82 0.49
HSL 349.3º 0.98% 0.26% -
HSV(B) 349.3º 0.99% 0.51% -
XYZ 9.38 4.83 1.3 -
YUV 42.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 130 1 24 0 0.99 0.82 0.49 349.3 0.98 0.26
Hex 82 1 18 0 63 52 31 15D 62 1A
Octal 202 1 30 0 143 122 61 535 142 32
Binary 10000010 1 11000 0 1100011 1010010 110001 101011101 1100010 11010

Color Harmonies of #820118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820118

Black with #820118

Text Example


Text Example

White with #820118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820118; }

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

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

background-color css

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

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

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

border-color css

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

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

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