#72002E

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

Shades of Burgundy #72002E

Tints of Burgundy #72002E

Color information

#72002E (or 0x72002E) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 2E. RGB value is (114,0,46). Sum of RGB (Red+Green+Blue) = 114+0+46=160 (21% of max value = 765). Red value is 114 (44.92% from 255 or 71.25% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 114 - color contains mainly: red. Hex color #72002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72002E is #8DFFD1. Grayscale: #272727. Windows color (decimal): -9306066 or 3014770. OLE color: 3014770.

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

Color convert

RGB114046-
CMYK010.600.55
HSL335.79º100%22.35%-
HSV(B)335.79º100%44.71%-
XYZ7.433.772.92-
YUV39.33131.77181.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 71.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=71.25%
G=0%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114046010.600.55335.7910022.35
Hex7202E0643C371506416
Octal1620560144746752014426
Binary1110010010111001100100111100110111101010000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72002E; }

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

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

<style>
 a { background-color: #72002E; }

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

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

<style>
 span { border-color: #72002E; }

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

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