Html Css Color HEX #840518 Burgundy

📋 copy color: '#840518'

red 132 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #840518

Tints of Burgundy #840518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 81.99%
G = 3.11%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#840518 (or 0x840518) is known color: Burgundy. HEX triplet: 84, 05 and 18. RGB value is (132,5,24). Sum of RGB (Red+Green+Blue) = 132+5+24=161 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.99% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 132 - color contains mainly: red. Hex color #840518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840518 is #7BFAE7. Grayscale: #2D2D2D. Windows color (decimal): -8125160 or 1574276. OLE color: 1574276.

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

Color convert

RGB 132 5 24 -
CMYK 0 0.96 0.82 0.48
HSL 351.02º 0.93% 0.27% -
HSV(B) 351.02º 0.96% 0.52% -
XYZ 9.73 5.08 1.33 -
YUV 45.14 116.08 189.96 -
System Red Green Blue C M Y K H S L
Decimal 132 5 24 0 0.96 0.82 0.48 351.02 0.93 0.27
Hex 84 5 18 0 60 52 30 15F 5D 1B
Octal 204 5 30 0 140 122 60 537 135 33
Binary 10000100 101 11000 0 1100000 1010010 110000 101011111 1011101 11011

Color Harmonies of #840518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840518

Black with #840518

Text Example


Text Example

White with #840518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840518; }

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

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

background-color css

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

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

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

border-color css

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

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

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