#750A0B

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

Shades of Sangria #750A0B

Tints of Sangria #750A0B

Color information

#750A0B (or 0x750A0B) is unknown color: approx Sangria. HEX triplet: 75, 0A and 0B. RGB value is (117,10,11). Sum of RGB (Red+Green+Blue) = 117+10+11=138 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.78% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 117 - color contains mainly: red. Hex color #750A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A0B is #8AF5F4. Grayscale: #2A2A2A. Windows color (decimal): -9106933 or 723573. OLE color: 723573.

HSL color Cylindrical-coordinate representation of color #750A0B: hue angle of 359.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #750A0B is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1171011-
CMYK00.910.910.54
HSL359.44º84.25%24.9%-
HSV(B)359.44º91.45%45.88%-
XYZ7.514.020.7-
YUV42.11110.45181.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 84.78%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 11 (4.69% from 255) = 7.97%
R=84.78%
G=7.25%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117101100.910.910.54359.4484.2524.9
Hex75AB05B5B361675419
Octal165121301331336654712431
Binary111010110101011010110111011011110110101100111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750A0B; }

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

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

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

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

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

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

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

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