Html Css Color HEX #84051E Burgundy

📋 copy color: '#84051E'

red 132 ◦ green 5 ◦ blue 30

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

Shades of Burgundy #84051E

Tints of Burgundy #84051E

RGB

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

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

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

R = 79.04%
G = 2.99%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84051E (or 0x84051E) is known color: Burgundy. HEX triplet: 84, 05 and 1E. RGB value is (132,5,30). Sum of RGB (Red+Green+Blue) = 132+5+30=167 (22% of max value = 765). Red value is 132 (51.95% from 255 or 79.04% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 30 (12.11% from 255 or 17.96% from 167); Max value from RGB is 132 - color contains mainly: red. Hex color #84051E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84051E is #7BFAE1. Grayscale: #2D2D2D. Windows color (decimal): -8125154 or 1967492. OLE color: 1967492.

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

Color convert

RGB 132 5 30 -
CMYK 0 0.96 0.77 0.48
HSL 348.19º 0.93% 0.27% -
HSV(B) 348.19º 0.96% 0.52% -
XYZ 9.8 5.11 1.7 -
YUV 45.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 132 5 30 0 0.96 0.77 0.48 348.19 0.93 0.27
Hex 84 5 1E 0 60 4D 30 15C 5D 1B
Octal 204 5 36 0 140 115 60 534 135 33
Binary 10000100 101 11110 0 1100000 1001101 110000 101011100 1011101 11011

Color Harmonies of #84051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84051E

Black with #84051E

Text Example


Text Example

White with #84051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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