Html Css Color HEX #84111C Burgundy

📋 copy color: '#84111C'

red 132 ◦ green 17 ◦ blue 28

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

Shades of Burgundy #84111C

Tints of Burgundy #84111C

RGB

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

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

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

R = 74.58%
G = 9.6%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#84111C (or 0x84111C) is known color: Burgundy. HEX triplet: 84, 11 and 1C. RGB value is (132,17,28). Sum of RGB (Red+Green+Blue) = 132+17+28=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111C is #7BEEE3. Grayscale: #343434. Windows color (decimal): -8122084 or 1839492. OLE color: 1839492.

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

Color convert

RGB 132 17 28 -
CMYK 0 0.87 0.79 0.48
HSL 354.26º 0.77% 0.29% -
HSV(B) 354.26º 0.87% 0.52% -
XYZ 9.93 5.39 1.62 -
YUV 52.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 132 17 28 0 0.87 0.79 0.48 354.26 0.77 0.29
Hex 84 11 1C 0 57 4F 30 162 4D 1D
Octal 204 21 34 0 127 117 60 542 115 35
Binary 10000100 10001 11100 0 1010111 1001111 110000 101100010 1001101 11101

Color Harmonies of #84111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84111C

Black with #84111C

Text Example


Text Example

White with #84111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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