#720304

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

Shades of Sangria #720304

Tints of Sangria #720304

Color information

#720304 (or 0x720304) is unknown color: approx Sangria. HEX triplet: 72, 03 and 04. RGB value is (114,3,4). Sum of RGB (Red+Green+Blue) = 114+3+4=121 (16% of max value = 765). Red value is 114 (44.92% from 255 or 94.21% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 114 - color contains mainly: red. Hex color #720304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720304 is #8DFCFB. Grayscale: #242424. Windows color (decimal): -9305340 or 263026. OLE color: 263026.

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

Color convert

RGB11434-
CMYK00.970.960.55
HSL359.46º94.87%22.94%-
HSV(B)359.46º97.37%44.71%-
XYZ6.993.650.45-
YUV36.3109.77183.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 94.21%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=94.21%
G=2.48%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143400.970.960.55359.4694.8722.94
Hex723406160371675f17
Octal1623401411406754713727
Binary111001011100011000011100000110111101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720304; }

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

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

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

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

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

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

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

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