#72001A

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

Shades of Burgundy #72001A

Tints of Burgundy #72001A

Color information

#72001A (or 0x72001A) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 1A. RGB value is (114,0,26). Sum of RGB (Red+Green+Blue) = 114+0+26=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #72001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72001A is #8DFFE5. Grayscale: #252525. Windows color (decimal): -9306086 or 1704050. OLE color: 1704050.

HSL color Cylindrical-coordinate representation of color #72001A: hue angle of 346.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72001A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB114026-
CMYK010.770.55
HSL346.32º100%22.35%-
HSV(B)346.32º100%44.71%-
XYZ7.133.651.31-
YUV37.05121.77182.89-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=81.43%
G=0%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114026010.770.55346.3210022.35
Hex7201A0644D3715a6416
Octal16203201441156753214426
Binary1110010011010011001001001101110111101011010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72001A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,0,26); }

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

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

 a { background-color: rgb(114,0,26); }

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

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

 span { border-color: rgb(114,0,26); }

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