#750B0C

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

Shades of Sangria #750B0C

Tints of Sangria #750B0C

Color information

#750B0C (or 0x750B0C) is unknown color: approx Sangria. HEX triplet: 75, 0B and 0C. RGB value is (117,11,12). Sum of RGB (Red+Green+Blue) = 117+11+12=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750B0C is #8AF4F3. Grayscale: #2A2A2A. Windows color (decimal): -9106676 or 789365. OLE color: 789365.

HSL color Cylindrical-coordinate representation of color #750B0C: hue angle of 359.43º degrees, saturation: 0.83, 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 #750B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1171112-
CMYK00.910.900.54
HSL359.43º82.81%25.1%-
HSV(B)359.43º90.6%45.88%-
XYZ7.524.050.73-
YUV42.81110.62180.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 83.57%
GREEN value IS 11 (4.69% from 255) = 7.86%
BLUE value IS 12 (5.08% from 255) = 8.57%
R=83.57%
G=7.86%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117111200.910.900.54359.4382.8125.1
Hex75BC05B5A361675319
Octal165131401331326654712331
Binary111010110111100010110111011010110110101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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