#710809

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

Shades of Sangria #710809

Tints of Sangria #710809

Color information

#710809 (or 0x710809) is unknown color: approx Sangria. HEX triplet: 71, 08 and 09. RGB value is (113,8,9). Sum of RGB (Red+Green+Blue) = 113+8+9=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #710809 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710809 is #8EF7F6. Grayscale: #272727. Windows color (decimal): -9369591 or 591985. OLE color: 591985.

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

Color convert

RGB11389-
CMYK00.930.920.56
HSL359.43º86.78%23.73%-
HSV(B)359.43º92.92%44.31%-
XYZ6.953.70.61-
YUV39.51110.79180.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 86.92%
GREEN value IS 8 (3.52% from 255) = 6.15%
BLUE value IS 9 (3.91% from 255) = 6.92%
R=86.92%
G=6.15%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138900.930.920.56359.4386.7823.73
Hex718905D5C381675718
Octal161101101351347054712730
Binary111000110001001010111011011100111000101100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710809; }

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

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

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

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

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

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

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

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