Html Css Color HEX #840F18 Burgundy

📋 copy color: '#840F18'

red 132 ◦ green 15 ◦ blue 24

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

Shades of Burgundy #840F18

Tints of Burgundy #840F18

RGB

 RED value IS 132 (51.95% from 255) = 77.19%

 GREEN value IS 15 (6.25% from 255) = 8.77%

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

R = 77.19%
G = 8.77%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#840F18 (or 0x840F18) is known color: Burgundy. HEX triplet: 84, 0F and 18. RGB value is (132,15,24). Sum of RGB (Red+Green+Blue) = 132+15+24=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 15 (6.25% from 255 or 8.77% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #840F18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F18 is #7BF0E7. Grayscale: #333333. Windows color (decimal): -8122600 or 1576836. OLE color: 1576836.

HSL color Cylindrical-coordinate representation of color #840F18: hue angle of 355.38º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F18 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 15 24 -
CMYK 0 0.89 0.82 0.48
HSL 355.38º 0.8% 0.29% -
HSV(B) 355.38º 0.89% 0.52% -
XYZ 9.85 5.31 1.37 -
YUV 51.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 132 15 24 0 0.89 0.82 0.48 355.38 0.8 0.29
Hex 84 F 18 0 59 52 30 163 50 1D
Octal 204 17 30 0 131 122 60 543 120 35
Binary 10000100 1111 11000 0 1011001 1010010 110000 101100011 1010000 11101

Color Harmonies of #840F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840F18

Black with #840F18

Text Example


Text Example

White with #840F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840F18; }

 p { color: rgb(132,15,24); }

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

background-color css

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

 a { background-color: rgb(132,15,24); }

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

border-color css

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

 span { border-color: rgb(132,15,24); }

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