#71090A

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

Shades of Sangria #71090A

Tints of Sangria #71090A

Color information

#71090A (or 0x71090A) is unknown color: approx Sangria. HEX triplet: 71, 09 and 0A. RGB value is (113,9,10). Sum of RGB (Red+Green+Blue) = 113+9+10=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #71090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71090A is #8EF6F5. Grayscale: #282828. Windows color (decimal): -9369334 or 657777. OLE color: 657777.

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

Color convert

RGB113910-
CMYK00.920.910.56
HSL359.42º85.25%23.92%-
HSV(B)359.42º92.04%44.31%-
XYZ6.963.730.64-
YUV40.21110.96179.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 85.61%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 10 (4.30% from 255) = 7.58%
R=85.61%
G=6.82%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11391000.920.910.56359.4285.2523.92
Hex719A05C5B381675518
Octal161111201341337054712530
Binary111000110011010010111001011011111000101100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71090A; }

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

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

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

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

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

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

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

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