#750406

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

Shades of Sangria #750406

Tints of Sangria #750406

Color information

#750406 (or 0x750406) is unknown color: approx Sangria. HEX triplet: 75, 04 and 06. RGB value is (117,4,6). Sum of RGB (Red+Green+Blue) = 117+4+6=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750406 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750406 is #8AFBF9. Grayscale: #262626. Windows color (decimal): -9108474 or 394357. OLE color: 394357.

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

Color convert

RGB11746-
CMYK00.970.950.54
HSL358.94º93.39%23.73%-
HSV(B)358.94º96.58%45.88%-
XYZ7.413.880.53-
YUV38.01109.94184.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 92.13%
GREEN value IS 4 (1.95% from 255) = 3.15%
BLUE value IS 6 (2.73% from 255) = 4.72%
R=92.13%
G=3.15%
B=4.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1174600.970.950.54358.9493.3923.73
Hex75460615F361675d18
Octal1654601411376654713530
Binary1110101100110011000011011111110110101100111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750406; }

 p { color: rgb(117,4,6); }

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

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

 a { background-color: rgb(117,4,6); }

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

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

 span { border-color: rgb(117,4,6); }

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