#750F3B

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

Shades of Pompadour #750F3B

Tints of Pompadour #750F3B

Color information

#750F3B (or 0x750F3B) is unknown color: approx Pompadour. HEX triplet: 75, 0F and 3B. RGB value is (117,15,59). Sum of RGB (Red+Green+Blue) = 117+15+59=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #750F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750F3B is #8AF0C4. Grayscale: #323232. Windows color (decimal): -9105605 or 3870581. OLE color: 3870581.

HSL color Cylindrical-coordinate representation of color #750F3B: hue angle of 334.12º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #750F3B is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB1171559-
CMYK00.870.500.54
HSL334.12º77.27%25.88%-
HSV(B)334.12º87.18%45.88%-
XYZ8.34.444.56-
YUV50.51132.79175.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.26%
GREEN value IS 15 (6.25% from 255) = 7.85%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=61.26%
G=7.85%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117155900.870.500.54334.1277.2725.88
Hex75F3B057323614e4d1a
Octal16517730127626651611532
Binary1110101111111101101010111110010110110101001110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,15,59); }

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

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

 a { background-color: rgb(117,15,59); }

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

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

 span { border-color: rgb(117,15,59); }

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