#750009

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

Shades of Sangria #750009

Tints of Sangria #750009

Color information

#750009 (or 0x750009) is unknown color: approx Sangria. HEX triplet: 75, 00 and 09. RGB value is (117,0,9). Sum of RGB (Red+Green+Blue) = 117+0+9=126 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.86% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 117 - color contains mainly: red. Hex color #750009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750009 is #8AFFF6. Grayscale: #242424. Windows color (decimal): -9109495 or 589941. OLE color: 589941.

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

Color convert

RGB11709-
CMYK010.920.54
HSL355.38º100%22.94%-
HSV(B)355.38º100%45.88%-
XYZ7.393.80.6-
YUV36.01112.76185.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=92.86%
G=0%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11709010.920.54355.3810022.94
Hex75090645C361636417
Octal16501101441346654314427
Binary111010101001011001001011100110110101100011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750009; }

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

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

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

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

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

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

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

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