#75090B

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

Shades of Sangria #75090B

Tints of Sangria #75090B

Color information

#75090B (or 0x75090B) is unknown color: approx Sangria. HEX triplet: 75, 09 and 0B. RGB value is (117,9,11). Sum of RGB (Red+Green+Blue) = 117+9+11=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #75090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75090B is #8AF6F4. Grayscale: #292929. Windows color (decimal): -9107189 or 723317. OLE color: 723317.

HSL color Cylindrical-coordinate representation of color #75090B: hue angle of 358.89º 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 #75090B is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB117911-
CMYK00.920.910.54
HSL358.89º85.71%24.71%-
HSV(B)358.89º92.31%45.88%-
XYZ7.4940.69-
YUV41.52110.78181.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 85.40%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=85.40%
G=6.57%
B=8.03%

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
Decimal11791100.920.910.54358.8985.7124.71
Hex759B05C5B361675619
Octal165111301341336654712631
Binary111010110011011010111001011011110110101100111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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