Html Css Color HEX #84011D Burgundy

📋 copy color: '#84011D'

red 132 ◦ green 1 ◦ blue 29

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

Shades of Burgundy #84011D

Tints of Burgundy #84011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 29 (11.72% from 255) = 17.9%

R = 81.48%
G = 0.62%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84011D (or 0x84011D) is known color: Burgundy. HEX triplet: 84, 01 and 1D. RGB value is (132,1,29). Sum of RGB (Red+Green+Blue) = 132+1+29=162 (21% of max value = 765). Red value is 132 (51.95% from 255 or 81.48% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 132 - color contains mainly: red. Hex color #84011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84011D is #7BFEE2. Grayscale: #2B2B2B. Windows color (decimal): -8126179 or 1900932. OLE color: 1900932.

HSL color Cylindrical-coordinate representation of color #84011D: hue angle of 347.18º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84011D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 1 29 -
CMYK 0 0.99 0.78 0.48
HSL 347.18º 0.98% 0.26% -
HSV(B) 347.18º 0.99% 0.52% -
XYZ 9.75 5.02 1.62 -
YUV 43.36 119.9 191.22 -
System Red Green Blue C M Y K H S L
Decimal 132 1 29 0 0.99 0.78 0.48 347.18 0.98 0.26
Hex 84 1 1D 0 63 4E 30 15B 62 1A
Octal 204 1 35 0 143 116 60 533 142 32
Binary 10000100 1 11101 0 1100011 1001110 110000 101011011 1100010 11010

Color Harmonies of #84011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84011D

Black with #84011D

Text Example


Text Example

White with #84011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84011D; }

 p { color: rgb(132,1,29); }

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

background-color css

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

 a { background-color: rgb(132,1,29); }

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

border-color css

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

 span { border-color: rgb(132,1,29); }

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