#710205

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

Shades of Sangria #710205

Tints of Sangria #710205

Color information

#710205 (or 0x710205) is unknown color: approx Sangria. HEX triplet: 71, 02 and 05. RGB value is (113,2,5). Sum of RGB (Red+Green+Blue) = 113+2+5=120 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.17% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 113 - color contains mainly: red. Hex color #710205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710205 is #8EFDFA. Grayscale: #232323. Windows color (decimal): -9371131 or 328305. OLE color: 328305.

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

Color convert

RGB11325-
CMYK00.980.960.56
HSL358.38º96.52%22.55%-
HSV(B)358.38º98.23%44.31%-
XYZ6.863.570.47-
YUV35.53110.77183.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.17%
GREEN value IS 2 (1.17% from 255) = 1.67%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=94.17%
G=1.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132500.980.960.56358.3896.5222.55
Hex712506260381666117
Octal1612501421407054614127
Binary111000110101011000101100000111000101100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710205; }

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

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

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

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

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

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

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

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