Html Css Color HEX #840418 Burgundy

📋 copy color: '#840418'

red 132 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #840418

Tints of Burgundy #840418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 82.5%
G = 2.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#840418 (or 0x840418) is known color: Burgundy. HEX triplet: 84, 04 and 18. RGB value is (132,4,24). Sum of RGB (Red+Green+Blue) = 132+4+24=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #840418 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840418 is #7BFBE7. Grayscale: #2C2C2C. Windows color (decimal): -8125416 or 1574020. OLE color: 1574020.

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

Color convert

RGB 132 4 24 -
CMYK 0 0.97 0.82 0.48
HSL 350.63º 0.94% 0.27% -
HSV(B) 350.63º 0.97% 0.52% -
XYZ 9.72 5.06 1.33 -
YUV 44.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 132 4 24 0 0.97 0.82 0.48 350.63 0.94 0.27
Hex 84 4 18 0 61 52 30 15F 5E 1B
Octal 204 4 30 0 141 122 60 537 136 33
Binary 10000100 100 11000 0 1100001 1010010 110000 101011111 1011110 11011

Color Harmonies of #840418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840418

Black with #840418

Text Example


Text Example

White with #840418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840418; }

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

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

background-color css

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

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

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

border-color css

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

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

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