#750509

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

Shades of Sangria #750509

Tints of Sangria #750509

Color information

#750509 (or 0x750509) is unknown color: approx Sangria. HEX triplet: 75, 05 and 09. RGB value is (117,5,9). Sum of RGB (Red+Green+Blue) = 117+5+9=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #750509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750509 is #8AFAF6. Grayscale: #272727. Windows color (decimal): -9108215 or 591221. OLE color: 591221.

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

Color convert

RGB11759-
CMYK00.960.920.54
HSL357.86º91.8%23.92%-
HSV(B)357.86º95.73%45.88%-
XYZ7.443.910.62-
YUV38.94111.11183.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 89.31%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 9 (3.91% from 255) = 6.87%
R=89.31%
G=3.82%
B=6.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175900.960.920.54357.8691.823.92
Hex75590605C361665c18
Octal16551101401346654613430
Binary11101011011001011000001011100110110101100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750509; }

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

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

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

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

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

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

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

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