#720103

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

Shades of Sangria #720103

Tints of Sangria #720103

Color information

#720103 (or 0x720103) is unknown color: approx Sangria. HEX triplet: 72, 01 and 03. RGB value is (114,1,3). Sum of RGB (Red+Green+Blue) = 114+1+3=118 (15% of max value = 765). Red value is 114 (44.92% from 255 or 96.61% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 114 - color contains mainly: red. Hex color #720103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720103 is #8DFEFC. Grayscale: #232323. Windows color (decimal): -9305853 or 196978. OLE color: 196978.

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

Color convert

RGB11413-
CMYK00.990.970.55
HSL358.94º98.26%22.55%-
HSV(B)358.94º99.12%44.71%-
XYZ6.973.610.41-
YUV35.02109.94184.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 96.61%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 3 (1.56% from 255) = 2.54%
R=96.61%
G=0.85%
B=2.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141300.990.970.55358.9498.2622.55
Hex721306361371676217
Octal1621301431416754714227
Binary1110010111011000111100001110111101100111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720103; }

 p { color: rgb(114,1,3); }

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

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

 a { background-color: rgb(114,1,3); }

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

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

 span { border-color: rgb(114,1,3); }

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