#84131A

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

Shades of Burgundy #84131A

Tints of Burgundy #84131A

Color information

#84131A (or 0x84131A) is unknown color: approx Burgundy. HEX triplet: 84, 13 and 1A. RGB value is (132,19,26). Sum of RGB (Red+Green+Blue) = 132+19+26=177 (23% of max value = 765). Red value is 132 (51.95% from 255 or 74.58% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 132 - color contains mainly: red. Hex color #84131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84131A is #7BECE5. Grayscale: #353535. Windows color (decimal): -8121574 or 1708932. OLE color: 1708932.

HSL color Cylindrical-coordinate representation of color #84131A: hue angle of 356.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84131A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1321926-
CMYK00.860.800.48
HSL356.28º74.83%29.61%-
HSV(B)356.28º85.61%51.76%-
XYZ9.945.451.5-
YUV53.58112.44183.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 74.58%
GREEN value IS 19 (7.81% from 255) = 10.73%
BLUE value IS 26 (10.55% from 255) = 14.69%
R=74.58%
G=10.73%
B=14.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132192600.860.800.48356.2874.8329.61
Hex84131A05650301644b1e
Octal204233201261206054411336
Binary100001001001111010010101101010000110000101100100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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