#751339

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

Shades of Pompadour #751339

Tints of Pompadour #751339

Color information

#751339 (or 0x751339) is unknown color: approx Pompadour. HEX triplet: 75, 13 and 39. RGB value is (117,19,57). Sum of RGB (Red+Green+Blue) = 117+19+57=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 57 (22.66% from 255 or 29.53% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #751339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751339 is #8AECC6. Grayscale: #343434. Windows color (decimal): -9104583 or 3740533. OLE color: 3740533.

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

Color convert

RGB1171957-
CMYK00.840.510.54
HSL336.73º72.06%26.67%-
HSV(B)336.73º83.76%45.88%-
XYZ8.314.544.31-
YUV52.63130.47173.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 57 (22.66% from 255) = 29.53%
R=60.62%
G=9.84%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117195700.840.510.54336.7372.0626.67
Hex7513390543336151481b
Octal16523710124636652111033
Binary11101011001111100101010100110011110110101010001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751339; }

 p { color: rgb(117,19,57); }

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

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

 a { background-color: rgb(117,19,57); }

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

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

 span { border-color: rgb(117,19,57); }

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