#750608

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

Shades of Sangria #750608

Tints of Sangria #750608

Color information

#750608 (or 0x750608) is unknown color: approx Sangria. HEX triplet: 75, 06 and 08. RGB value is (117,6,8). Sum of RGB (Red+Green+Blue) = 117+6+8=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #750608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750608 is #8AF9F7. Grayscale: #272727. Windows color (decimal): -9107960 or 525941. OLE color: 525941.

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

Color convert

RGB11768-
CMYK00.950.930.54
HSL358.92º90.24%24.12%-
HSV(B)358.92º94.87%45.88%-
XYZ7.453.930.6-
YUV39.42110.27183.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 89.31%
GREEN value IS 6 (2.73% from 255) = 4.58%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=89.31%
G=4.58%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176800.950.930.54358.9290.2424.12
Hex756805F5D361675a18
Octal16561001371356654713230
Binary11101011101000010111111011101110110101100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750608; }

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

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

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

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

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

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

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

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