Html Css Color HEX #821118 Burgundy

📋 copy color: '#821118'

red 130 ◦ green 17 ◦ blue 24

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

Shades of Burgundy #821118

Tints of Burgundy #821118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 76.02%
G = 9.94%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#821118 (or 0x821118) is known color: Burgundy. HEX triplet: 82, 11 and 18. RGB value is (130,17,24). Sum of RGB (Red+Green+Blue) = 130+17+24=171 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.02% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 130 - color contains mainly: red. Hex color #821118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821118 is #7DEEE7. Grayscale: #333333. Windows color (decimal): -8253160 or 1577346. OLE color: 1577346.

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

Color convert

RGB 130 17 24 -
CMYK 0 0.87 0.82 0.49
HSL 356.28º 0.77% 0.29% -
HSV(B) 356.28º 0.87% 0.51% -
XYZ 9.57 5.21 1.37 -
YUV 51.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 130 17 24 0 0.87 0.82 0.49 356.28 0.77 0.29
Hex 82 11 18 0 57 52 31 164 4D 1D
Octal 202 21 30 0 127 122 61 544 115 35
Binary 10000010 10001 11000 0 1010111 1010010 110001 101100100 1001101 11101

Color Harmonies of #821118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821118

Black with #821118

Text Example


Text Example

White with #821118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821118; }

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

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

background-color css

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

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

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

border-color css

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

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

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