#720005

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

Shades of Sangria #720005

Tints of Sangria #720005

Color information

#720005 (or 0x720005) is unknown color: approx Sangria. HEX triplet: 72, 00 and 05. RGB value is (114,0,5). Sum of RGB (Red+Green+Blue) = 114+0+5=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720005 is #8DFFFA. Grayscale: #222222. Windows color (decimal): -9306107 or 327794. OLE color: 327794.

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

Color convert

RGB11405-
CMYK010.960.55
HSL357.37º100%22.35%-
HSV(B)357.37º100%44.71%-
XYZ6.973.590.47-
YUV34.66111.27184.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 95.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=95.80%
G=0%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11405010.960.55357.3710022.35
Hex720506460371656416
Octal1620501441406754514426
Binary11100100101011001001100000110111101100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720005; }

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

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

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

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

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

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

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

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