Html Css Color HEX #84071D Burgundy

📋 copy color: '#84071D'

red 132 ◦ green 7 ◦ blue 29

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

Shades of Burgundy #84071D

Tints of Burgundy #84071D

RGB

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

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

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

R = 78.57%
G = 4.17%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84071D (or 0x84071D) is known color: Burgundy. HEX triplet: 84, 07 and 1D. RGB value is (132,7,29). Sum of RGB (Red+Green+Blue) = 132+7+29=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 7 (3.12% from 255 or 4.17% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #84071D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84071D is #7BF8E2. Grayscale: #2E2E2E. Windows color (decimal): -8124643 or 1902468. OLE color: 1902468.

HSL color Cylindrical-coordinate representation of color #84071D: hue angle of 349.44º 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 #84071D is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 7 29 -
CMYK 0 0.95 0.78 0.48
HSL 349.44º 0.9% 0.27% -
HSV(B) 349.44º 0.95% 0.52% -
XYZ 9.81 5.15 1.64 -
YUV 46.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 132 7 29 0 0.95 0.78 0.48 349.44 0.9 0.27
Hex 84 7 1D 0 5F 4E 30 15D 5A 1B
Octal 204 7 35 0 137 116 60 535 132 33
Binary 10000100 111 11101 0 1011111 1001110 110000 101011101 1011010 11011

Color Harmonies of #84071D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84071D

Black with #84071D

Text Example


Text Example

White with #84071D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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