#710105

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

Shades of Sangria #710105

Tints of Sangria #710105

Color information

#710105 (or 0x710105) is unknown color: approx Sangria. HEX triplet: 71, 01 and 05. RGB value is (113,1,5). Sum of RGB (Red+Green+Blue) = 113+1+5=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 5 (2.34% from 255 or 4.20% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710105 is #8EFEFA. Grayscale: #232323. Windows color (decimal): -9371387 or 328049. OLE color: 328049.

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

Color convert

RGB11315-
CMYK00.990.960.56
HSL357.86º98.25%22.35%-
HSV(B)357.86º99.12%44.31%-
XYZ6.853.540.47-
YUV34.94111.11183.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.96%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 5 (2.34% from 255) = 4.20%
R=94.96%
G=0.84%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131500.990.960.56357.8698.2522.35
Hex711506360381666216
Octal1611501431407054614226
Binary11100011101011000111100000111000101100110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710105; }

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

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

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

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

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

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

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

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