#751141

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

Shades of Pompadour #751141

Tints of Pompadour #751141

Color information

#751141 (or 0x751141) is unknown color: approx Pompadour. HEX triplet: 75, 11 and 41. RGB value is (117,17,65). Sum of RGB (Red+Green+Blue) = 117+17+65=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #751141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751141 is #8AEEBE. Grayscale: #343434. Windows color (decimal): -9105087 or 4264309. OLE color: 4264309.

HSL color Cylindrical-coordinate representation of color #751141: hue angle of 331.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751141 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1171765-
CMYK00.850.440.54
HSL331.2º74.63%26.27%-
HSV(B)331.2º85.47%45.88%-
XYZ8.494.565.43-
YUV52.37135.13174.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 17 (7.03% from 255) = 8.54%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=58.79%
G=8.54%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117176500.850.440.54331.274.6326.27
Hex7511410552C3614b4b1a
Octal165211010125546651311332
Binary111010110001100000101010101101100110110101001011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751141; }

 p { color: rgb(117,17,65); }

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

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

 a { background-color: rgb(117,17,65); }

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

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

 span { border-color: rgb(117,17,65); }

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