Html Css Color HEX #84081C Burgundy

📋 copy color: '#84081C'

red 132 ◦ green 8 ◦ blue 28

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

Shades of Burgundy #84081C

Tints of Burgundy #84081C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 78.57%
G = 4.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84081C (or 0x84081C) is known color: Burgundy. HEX triplet: 84, 08 and 1C. RGB value is (132,8,28). Sum of RGB (Red+Green+Blue) = 132+8+28=168 (22% of max value = 765). Red value is 132 (51.95% from 255 or 78.57% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 132 - color contains mainly: red. Hex color #84081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84081C is #7BF7E3. Grayscale: #2F2F2F. Windows color (decimal): -8124388 or 1837188. OLE color: 1837188.

HSL color Cylindrical-coordinate representation of color #84081C: hue angle of 350.32º 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 #84081C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 28 -
CMYK 0 0.94 0.79 0.48
HSL 350.32º 0.89% 0.27% -
HSV(B) 350.32º 0.94% 0.52% -
XYZ 9.81 5.16 1.58 -
YUV 47.36 117.08 188.37 -
System Red Green Blue C M Y K H S L
Decimal 132 8 28 0 0.94 0.79 0.48 350.32 0.89 0.27
Hex 84 8 1C 0 5E 4F 30 15E 59 1B
Octal 204 10 34 0 136 117 60 536 131 33
Binary 10000100 1000 11100 0 1011110 1001111 110000 101011110 1011001 11011

Color Harmonies of #84081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84081C

Black with #84081C

Text Example


Text Example

White with #84081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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