#720003

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

Shades of Sangria #720003

Tints of Sangria #720003

Color information

#720003 (or 0x720003) is unknown color: approx Sangria. HEX triplet: 72, 00 and 03. RGB value is (114,0,3). Sum of RGB (Red+Green+Blue) = 114+0+3=117 (15% of max value = 765). Red value is 114 (44.92% from 255 or 97.44% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 114 - color contains mainly: red. Hex color #720003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720003 is #8DFFFC. Grayscale: #222222. Windows color (decimal): -9306109 or 196722. OLE color: 196722.

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

Color convert

RGB11403-
CMYK010.970.55
HSL358.42º100%22.35%-
HSV(B)358.42º100%44.71%-
XYZ6.963.580.41-
YUV34.43110.27184.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 97.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 2.56%
R=97.44%
G=0%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11403010.970.55358.4210022.35
Hex720306461371666416
Octal1620301441416754614426
Binary1110010011011001001100001110111101100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720003; }

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

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

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

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

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

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

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

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