#710004

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

Shades of Sangria #710004

Tints of Sangria #710004

Color information

#710004 (or 0x710004) is unknown color: approx Sangria. HEX triplet: 71, 00 and 04. RGB value is (113,0,4). Sum of RGB (Red+Green+Blue) = 113+0+4=117 (15% of max value = 765). Red value is 113 (44.53% from 255 or 96.58% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 113 - color contains mainly: red. Hex color #710004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710004 is #8EFFFB. Grayscale: #222222. Windows color (decimal): -9371644 or 262257. OLE color: 262257.

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

Color convert

RGB11304-
CMYK010.960.56
HSL357.88º100%22.16%-
HSV(B)357.88º100%44.31%-
XYZ6.833.520.43-
YUV34.24110.94184.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 96.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.42%
R=96.58%
G=0%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11304010.960.56357.8810022.16
Hex710406460381666416
Octal1610401441407054614426
Binary11100010100011001001100000111000101100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710004; }

 p { color: rgb(113,0,4); }

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

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

 a { background-color: rgb(113,0,4); }

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

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

 span { border-color: rgb(113,0,4); }

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