Html Css Color HEX #84111E Burgundy

📋 copy color: '#84111E'

red 132 ◦ green 17 ◦ blue 30

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

Shades of Burgundy #84111E

Tints of Burgundy #84111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

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

R = 73.74%
G = 9.5%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84111E (or 0x84111E) is known color: Burgundy. HEX triplet: 84, 11 and 1E. RGB value is (132,17,30). Sum of RGB (Red+Green+Blue) = 132+17+30=179 (23% of max value = 765). Red value is 132 (51.95% from 255 or 73.74% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 132 - color contains mainly: red. Hex color #84111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111E is #7BEEE1. Grayscale: #343434. Windows color (decimal): -8122082 or 1970564. OLE color: 1970564.

HSL color Cylindrical-coordinate representation of color #84111E: hue angle of 353.22º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84111E is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 17 30 -
CMYK 0 0.87 0.77 0.48
HSL 353.22º 0.77% 0.29% -
HSV(B) 353.22º 0.87% 0.52% -
XYZ 9.95 5.4 1.75 -
YUV 52.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 132 17 30 0 0.87 0.77 0.48 353.22 0.77 0.29
Hex 84 11 1E 0 57 4D 30 161 4D 1D
Octal 204 21 36 0 127 115 60 541 115 35
Binary 10000100 10001 11110 0 1010111 1001101 110000 101100001 1001101 11101

Color Harmonies of #84111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84111E

Black with #84111E

Text Example


Text Example

White with #84111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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