Html Css Color HEX #84071E Burgundy

📋 copy color: '#84071E'

red 132 ◦ green 7 ◦ blue 30

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

Shades of Burgundy #84071E

Tints of Burgundy #84071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.14%

 BLUE value IS 30 (12.11% from 255) = 17.75%

R = 78.11%
G = 4.14%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84071E (or 0x84071E) is known color: Burgundy. HEX triplet: 84, 07 and 1E. RGB value is (132,7,30). Sum of RGB (Red+Green+Blue) = 132+7+30=169 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.11% from 169); Green value is 7 (3.12% from 255 or 4.14% from 169); Blue value is 30 (12.11% from 255 or 17.75% from 169); Max value from RGB is 132 - color contains mainly: red. Hex color #84071E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84071E is #7BF8E1. Grayscale: #2F2F2F. Windows color (decimal): -8124642 or 1968004. OLE color: 1968004.

HSL color Cylindrical-coordinate representation of color #84071E: hue angle of 348.96º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84071E is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 30 -
CMYK 0 0.95 0.77 0.48
HSL 348.96º 0.9% 0.27% -
HSV(B) 348.96º 0.95% 0.52% -
XYZ 9.83 5.15 1.7 -
YUV 47 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 132 7 30 0 0.95 0.77 0.48 348.96 0.9 0.27
Hex 84 7 1E 0 5F 4D 30 15D 5A 1B
Octal 204 7 36 0 137 115 60 535 132 33
Binary 10000100 111 11110 0 1011111 1001101 110000 101011101 1011010 11011

Color Harmonies of #84071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84071E

Black with #84071E

Text Example


Text Example

White with #84071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84071E; }

 p { color: rgb(132,7,30); }

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

background-color css

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

 a { background-color: rgb(132,7,30); }

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

border-color css

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

 span { border-color: rgb(132,7,30); }

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