Html Css Color HEX #840517 Burgundy

📋 copy color: '#840517'

red 132 ◦ green 5 ◦ blue 23

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

Shades of Burgundy #840517

Tints of Burgundy #840517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.38%

R = 82.5%
G = 3.13%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#840517 (or 0x840517) is known color: Burgundy. HEX triplet: 84, 05 and 17. RGB value is (132,5,23). Sum of RGB (Red+Green+Blue) = 132+5+23=160 (21% of max value = 765). Red value is 132 (51.95% from 255 or 82.5% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 23 (9.38% from 255 or 14.38% from 160); Max value from RGB is 132 - color contains mainly: red. Hex color #840517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840517 is #7BFAE8. Grayscale: #2D2D2D. Windows color (decimal): -8125161 or 1508740. OLE color: 1508740.

HSL color Cylindrical-coordinate representation of color #840517: hue angle of 351.5º 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 #840517 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 5 23 -
CMYK 0 0.96 0.83 0.48
HSL 351.5º 0.93% 0.27% -
HSV(B) 351.5º 0.96% 0.52% -
XYZ 9.72 5.08 1.28 -
YUV 45.03 115.58 190.04 -
System Red Green Blue C M Y K H S L
Decimal 132 5 23 0 0.96 0.83 0.48 351.5 0.93 0.27
Hex 84 5 17 0 60 53 30 15F 5D 1B
Octal 204 5 27 0 140 123 60 537 135 33
Binary 10000100 101 10111 0 1100000 1010011 110000 101011111 1011101 11011

Color Harmonies of #840517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840517

Black with #840517

Text Example


Text Example

White with #840517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840517; }

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

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

background-color css

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

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

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

border-color css

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

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

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