#720207

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

Shades of Sangria #720207

Tints of Sangria #720207

Color information

#720207 (or 0x720207) is unknown color: approx Sangria. HEX triplet: 72, 02 and 07. RGB value is (114,2,7). Sum of RGB (Red+Green+Blue) = 114+2+7=123 (16% of max value = 765). Red value is 114 (44.92% from 255 or 92.68% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 7 (3.12% from 255 or 5.69% from 123); Max value from RGB is 114 - color contains mainly: red. Hex color #720207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720207 is #8DFDF8. Grayscale: #242424. Windows color (decimal): -9305593 or 459378. OLE color: 459378.

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

Color convert

RGB11427-
CMYK00.980.940.55
HSL357.32º96.55%22.75%-
HSV(B)357.32º98.25%44.71%-
XYZ73.640.53-
YUV36.06111.61183.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 92.68%
GREEN value IS 2 (1.17% from 255) = 1.63%
BLUE value IS 7 (3.12% from 255) = 5.69%
R=92.68%
G=1.63%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142700.980.940.55357.3296.5522.75
Hex72270625E371656117
Octal1622701421366754514127
Binary111001010111011000101011110110111101100101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720207; }

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

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

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

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

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

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

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

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