#720417

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

Shades of Burgundy #720417

Tints of Burgundy #720417

Color information

#720417 (or 0x720417) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 17. RGB value is (114,4,23). Sum of RGB (Red+Green+Blue) = 114+4+23=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720417 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720417 is #8DFBE8. Grayscale: #272727. Windows color (decimal): -9305065 or 1508466. OLE color: 1508466.

HSL color Cylindrical-coordinate representation of color #720417: hue angle of 349.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720417 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB114423-
CMYK00.960.800.55
HSL349.64º93.22%23.14%-
HSV(B)349.64º96.49%44.71%-
XYZ7.143.731.15-
YUV39.06118.94181.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=80.85%
G=2.84%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442300.960.800.55349.6493.2223.14
Hex72417060503715e5d17
Octal16242701401206753613527
Binary111001010010111011000001010000110111101011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720417; }

 p { color: rgb(114,4,23); }

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

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

 a { background-color: rgb(114,4,23); }

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

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

 span { border-color: rgb(114,4,23); }

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