#710304

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

Shades of Sangria #710304

Tints of Sangria #710304

Color information

#710304 (or 0x710304) is unknown color: approx Sangria. HEX triplet: 71, 03 and 04. RGB value is (113,3,4). Sum of RGB (Red+Green+Blue) = 113+3+4=120 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 113 - color contains mainly: red. Hex color #710304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710304 is #8EFCFB. Grayscale: #242424. Windows color (decimal): -9370876 or 263025. OLE color: 263025.

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

Color convert

RGB11334-
CMYK00.970.960.56
HSL359.45º94.83%22.75%-
HSV(B)359.45º97.35%44.31%-
XYZ6.863.580.44-
YUV36109.94182.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.17%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=94.17%
G=2.5%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133400.970.960.56359.4594.8322.75
Hex713406160381675f17
Octal1613401411407054713727
Binary111000111100011000011100000111000101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710304; }

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

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

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

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

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

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

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

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