#720004

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

Shades of Sangria #720004

Tints of Sangria #720004

Color information

#720004 (or 0x720004) is unknown color: approx Sangria. HEX triplet: 72, 00 and 04. RGB value is (114,0,4). Sum of RGB (Red+Green+Blue) = 114+0+4=118 (15% of max value = 765). Red value is 114 (44.92% from 255 or 96.61% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 114 - color contains mainly: red. Hex color #720004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720004 is #8DFFFB. Grayscale: #222222. Windows color (decimal): -9306108 or 262258. OLE color: 262258.

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

Color convert

RGB11404-
CMYK010.960.55
HSL357.89º100%22.35%-
HSV(B)357.89º100%44.71%-
XYZ6.963.590.44-
YUV34.54110.77184.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 96.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=96.61%
G=0%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11404010.960.55357.8910022.35
Hex720406460371666416
Octal1620401441406754614426
Binary11100100100011001001100000110111101100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720004; }

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

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

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

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

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

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

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

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