#75090A

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

Shades of Sangria #75090A

Tints of Sangria #75090A

Color information

#75090A (or 0x75090A) is unknown color: approx Sangria. HEX triplet: 75, 09 and 0A. RGB value is (117,9,10). Sum of RGB (Red+Green+Blue) = 117+9+10=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #75090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75090A is #8AF6F5. Grayscale: #292929. Windows color (decimal): -9107190 or 657781. OLE color: 657781.

HSL color Cylindrical-coordinate representation of color #75090A: hue angle of 359.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75090A is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB117910-
CMYK00.920.910.54
HSL359.44º85.71%24.71%-
HSV(B)359.44º92.31%45.88%-
XYZ7.4940.66-
YUV41.41110.28181.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 86.03%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 10 (4.30% from 255) = 7.35%
R=86.03%
G=6.62%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11791000.920.910.54359.4485.7124.71
Hex759A05C5B361675619
Octal165111201341336654712631
Binary111010110011010010111001011011110110101100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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