#751051

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

Shades of Pompadour #751051

Tints of Pompadour #751051

Color information

#751051 (or 0x751051) is unknown color: approx Pompadour. HEX triplet: 75, 10 and 51. RGB value is (117,16,81). Sum of RGB (Red+Green+Blue) = 117+16+81=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #751051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751051 is #8AEFAE. Grayscale: #353535. Windows color (decimal): -9105327 or 5312629. OLE color: 5312629.

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

Color convert

RGB1171681-
CMYK00.860.310.54
HSL321.39º75.94%26.08%-
HSV(B)321.39º86.32%45.88%-
XYZ9.014.758.23-
YUV53.61143.46173.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 54.67%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 81 (32.03% from 255) = 37.85%
R=54.67%
G=7.48%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117168100.860.310.54321.3975.9426.08
Hex7510510561F361414c1a
Octal165201210126376650111432
Binary11101011000010100010101011011111110110101000001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751051; }

 p { color: rgb(117,16,81); }

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

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

 a { background-color: rgb(117,16,81); }

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

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

 span { border-color: rgb(117,16,81); }

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