Html Css Color HEX #841218 Burgundy

📋 copy color: '#841218'

red 132 ◦ green 18 ◦ blue 24

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

Shades of Burgundy #841218

Tints of Burgundy #841218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 75.86%
G = 10.34%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#841218 (or 0x841218) is known color: Burgundy. HEX triplet: 84, 12 and 18. RGB value is (132,18,24). Sum of RGB (Red+Green+Blue) = 132+18+24=174 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.86% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 24 (9.77% from 255 or 13.79% from 174); Max value from RGB is 132 - color contains mainly: red. Hex color #841218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841218 is #7BEDE7. Grayscale: #343434. Windows color (decimal): -8121832 or 1577604. OLE color: 1577604.

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

Color convert

RGB 132 18 24 -
CMYK 0 0.86 0.82 0.48
HSL 356.84º 0.76% 0.29% -
HSV(B) 356.84º 0.86% 0.52% -
XYZ 9.9 5.4 1.39 -
YUV 52.77 111.77 184.51 -
System Red Green Blue C M Y K H S L
Decimal 132 18 24 0 0.86 0.82 0.48 356.84 0.76 0.29
Hex 84 12 18 0 56 52 30 165 4C 1D
Octal 204 22 30 0 126 122 60 545 114 35
Binary 10000100 10010 11000 0 1010110 1010010 110000 101100101 1001100 11101

Color Harmonies of #841218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841218

Black with #841218

Text Example


Text Example

White with #841218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841218; }

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

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

background-color css

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

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

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

border-color css

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

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

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