#710608

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

Shades of Sangria #710608

Tints of Sangria #710608

Color information

#710608 (or 0x710608) is unknown color: approx Sangria. HEX triplet: 71, 06 and 08. RGB value is (113,6,8). Sum of RGB (Red+Green+Blue) = 113+6+8=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 8 (3.52% from 255 or 6.30% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #710608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710608 is #8EF9F7. Grayscale: #262626. Windows color (decimal): -9370104 or 525937. OLE color: 525937.

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

Color convert

RGB11368-
CMYK00.950.930.56
HSL358.88º89.92%23.33%-
HSV(B)358.88º94.69%44.31%-
XYZ6.923.660.57-
YUV38.22110.95181.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 88.98%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 8 (3.52% from 255) = 6.30%
R=88.98%
G=4.72%
B=6.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136800.950.930.56358.8889.9223.33
Hex716805F5D381675a17
Octal16161001371357054713227
Binary11100011101000010111111011101111000101100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710608; }

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

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

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

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

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

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

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

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