#710607

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

Shades of Sangria #710607

Tints of Sangria #710607

Color information

#710607 (or 0x710607) is unknown color: approx Sangria. HEX triplet: 71, 06 and 07. RGB value is (113,6,7). Sum of RGB (Red+Green+Blue) = 113+6+7=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 7 (3.12% from 255 or 5.56% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710607 is #8EF9F8. Grayscale: #262626. Windows color (decimal): -9370105 or 460401. OLE color: 460401.

HSL color Cylindrical-coordinate representation of color #710607: hue angle of 359.44º 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 #710607 is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB11367-
CMYK00.950.940.56
HSL359.44º89.92%23.33%-
HSV(B)359.44º94.69%44.31%-
XYZ6.913.660.54-
YUV38.11110.45181.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 89.68%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 7 (3.12% from 255) = 5.56%
R=89.68%
G=4.76%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136700.950.940.56359.4489.9223.33
Hex716705F5E381675a17
Octal1616701371367054713227
Binary1110001110111010111111011110111000101100111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710607; }

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

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

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

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

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

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

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

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