Html Css Color HEX #84071B Burgundy

📋 copy color: '#84071B'

red 132 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #84071B

Tints of Burgundy #84071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.27%

R = 79.52%
G = 4.22%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.48

RGB Variations

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

Color information

#84071B (or 0x84071B) is known color: Burgundy. HEX triplet: 84, 07 and 1B. RGB value is (132,7,27). Sum of RGB (Red+Green+Blue) = 132+7+27=166 (21% of max value = 765). Red value is 132 (51.95% from 255 or 79.52% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 27 (10.94% from 255 or 16.27% from 166); Max value from RGB is 132 - color contains mainly: red. Hex color #84071B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84071B is #7BF8E4. Grayscale: #2E2E2E. Windows color (decimal): -8124645 or 1771396. OLE color: 1771396.

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

Color convert

RGB 132 7 27 -
CMYK 0 0.95 0.80 0.48
HSL 350.4º 0.9% 0.27% -
HSV(B) 350.4º 0.95% 0.52% -
XYZ 9.79 5.14 1.51 -
YUV 46.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 132 7 27 0 0.95 0.80 0.48 350.4 0.9 0.27
Hex 84 7 1B 0 5F 50 30 15E 5A 1B
Octal 204 7 33 0 137 120 60 536 132 33
Binary 10000100 111 11011 0 1011111 1010000 110000 101011110 1011010 11011

Color Harmonies of #84071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84071B

Black with #84071B

Text Example


Text Example

White with #84071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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