#72000A

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

Shades of Burgundy #72000A

Tints of Burgundy #72000A

Color information

#72000A (or 0x72000A) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 0A. RGB value is (114,0,10). Sum of RGB (Red+Green+Blue) = 114+0+10=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #72000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72000A is #8DFFF5. Grayscale: #232323. Windows color (decimal): -9306102 or 655474. OLE color: 655474.

HSL color Cylindrical-coordinate representation of color #72000A: hue angle of 354.74º 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 #72000A is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB114010-
CMYK010.910.55
HSL354.74º100%22.35%-
HSV(B)354.74º100%44.71%-
XYZ6.993.60.61-
YUV35.23113.77184.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 8.06%
R=91.94%
G=0%
B=8.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114010010.910.55354.7410022.35
Hex720A0645B371636416
Octal16201201441336754314426
Binary111001001010011001001011011110111101100011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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