#710305

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

Shades of Sangria #710305

Tints of Sangria #710305

Color information

#710305 (or 0x710305) is unknown color: approx Sangria. HEX triplet: 71, 03 and 05. RGB value is (113,3,5). Sum of RGB (Red+Green+Blue) = 113+3+5=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710305 is #8EFCFA. Grayscale: #242424. Windows color (decimal): -9370875 or 328561. OLE color: 328561.

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

Color convert

RGB11335-
CMYK00.970.960.56
HSL358.91º94.83%22.75%-
HSV(B)358.91º97.35%44.31%-
XYZ6.873.590.47-
YUV36.12110.44182.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 93.39%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=93.39%
G=2.48%
B=4.13%

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
Decimal1133500.970.960.56358.9194.8322.75
Hex713506160381675f17
Octal1613501411407054713727
Binary111000111101011000011100000111000101100111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710305; }

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

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

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

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

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

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

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

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