Html Css Color HEX #84081F Burgundy

📋 copy color: '#84081F'

red 132 ◦ green 8 ◦ blue 31

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

Shades of Burgundy #84081F

Tints of Burgundy #84081F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.68%

 BLUE value IS 31 (12.5% from 255) = 18.13%

R = 77.19%
G = 4.68%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84081F (or 0x84081F) is known color: Burgundy. HEX triplet: 84, 08 and 1F. RGB value is (132,8,31). Sum of RGB (Red+Green+Blue) = 132+8+31=171 (22% of max value = 765). Red value is 132 (51.95% from 255 or 77.19% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 132 - color contains mainly: red. Hex color #84081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84081F is #7BF7E0. Grayscale: #2F2F2F. Windows color (decimal): -8124385 or 2033796. OLE color: 2033796.

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

Color convert

RGB 132 8 31 -
CMYK 0 0.94 0.77 0.48
HSL 348.87º 0.89% 0.27% -
HSV(B) 348.87º 0.94% 0.52% -
XYZ 9.85 5.18 1.78 -
YUV 47.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 132 8 31 0 0.94 0.77 0.48 348.87 0.89 0.27
Hex 84 8 1F 0 5E 4D 30 15D 59 1B
Octal 204 10 37 0 136 115 60 535 131 33
Binary 10000100 1000 11111 0 1011110 1001101 110000 101011101 1011001 11011

Color Harmonies of #84081F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84081F

Black with #84081F

Text Example


Text Example

White with #84081F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84081F; }

 p { color: rgb(132,8,31); }

 H1.HeaderClassName
 {
   color: #84081F;
 }
 .AnyTagClassName
 {
   color: #84081F;
 }
</style>

background-color css

<style>
 a { background-color: #84081F; }

 a { background-color: rgb(132,8,31); }

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

border-color css

<style>
 span { border-color: #84081F; }

 span { border-color: rgb(132,8,31); }

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