#710709

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

Shades of Sangria #710709

Tints of Sangria #710709

Color information

#710709 (or 0x710709) is unknown color: approx Sangria. HEX triplet: 71, 07 and 09. RGB value is (113,7,9). Sum of RGB (Red+Green+Blue) = 113+7+9=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710709 is #8EF8F6. Grayscale: #272727. Windows color (decimal): -9369847 or 591729. OLE color: 591729.

HSL color Cylindrical-coordinate representation of color #710709: hue angle of 358.87º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710709 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB11379-
CMYK00.940.920.56
HSL358.87º88.33%23.53%-
HSV(B)358.87º93.81%44.31%-
XYZ6.943.680.6-
YUV38.92111.12180.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 87.60%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 9 (3.91% from 255) = 6.98%
R=87.60%
G=5.43%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137900.940.920.56358.8788.3323.53
Hex717905E5C381675818
Octal16171101361347054713030
Binary11100011111001010111101011100111000101100111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710709; }

 p { color: rgb(113,7,9); }

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

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

 a { background-color: rgb(113,7,9); }

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

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

 span { border-color: rgb(113,7,9); }

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