#720407

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

Shades of Sangria #720407

Tints of Sangria #720407

Color information

#720407 (or 0x720407) is unknown color: approx Sangria. HEX triplet: 72, 04 and 07. RGB value is (114,4,7). Sum of RGB (Red+Green+Blue) = 114+4+7=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720407 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720407 is #8DFBF8. Grayscale: #252525. Windows color (decimal): -9305081 or 459890. OLE color: 459890.

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

Color convert

RGB11447-
CMYK00.960.940.55
HSL358.36º93.22%23.14%-
HSV(B)358.36º96.49%44.71%-
XYZ7.023.680.54-
YUV37.23110.94182.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.2%
GREEN value IS 4 (1.95% from 255) = 3.2%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=91.2%
G=3.2%
B=5.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144700.960.940.55358.3693.2223.14
Hex72470605E371665d17
Octal1624701401366754613527
Binary1110010100111011000001011110110111101100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720407; }

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

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

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

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

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

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

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

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