#84111A

Color #84111A Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #84111A

Tints of Burgundy #84111A

Color information

#84111A (or 0x84111A) is unknown color: approx Burgundy. HEX triplet: 84, 11 and 1A. RGB value is (132,17,26). Sum of RGB (Red+Green+Blue) = 132+17+26=175 (23% of max value = 765). Red value is 132 (51.95% from 255 or 75.43% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 132 - color contains mainly: red. Hex color #84111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84111A is #7BEEE5. Grayscale: #343434. Windows color (decimal): -8122086 or 1708420. OLE color: 1708420.

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

Color convert

RGB1321726-
CMYK00.870.800.48
HSL355.3º77.18%29.22%-
HSV(B)355.3º87.12%51.76%-
XYZ9.95.381.49-
YUV52.41113.1184.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 75.43%
GREEN value IS 17 (7.03% from 255) = 9.71%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=75.43%
G=9.71%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132172600.870.800.48355.377.1829.22
Hex84111A05750301634d1d
Octal204213201271206054311535
Binary100001001000111010010101111010000110000101100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84111A;
 }
 .AnyTagClassName
 {
   color: #84111A;
 }
</style>
background-color css

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

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

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

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

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

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