#762053

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

Shades of Pompadour #762053

Tints of Pompadour #762053

Color information

#762053 (or 0x762053) is unknown color: approx Pompadour. HEX triplet: 76, 20 and 53. RGB value is (118,32,83). Sum of RGB (Red+Green+Blue) = 118+32+83=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #762053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762053 is #89DFAC. Grayscale: #3F3F3F. Windows color (decimal): -9035693 or 5447798. OLE color: 5447798.

HSL color Cylindrical-coordinate representation of color #762053: hue angle of 324.42º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762053 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB1183283-
CMYK00.730.300.54
HSL324.42º57.33%29.41%-
HSV(B)324.42º72.88%46.27%-
XYZ9.555.518.74-
YUV63.53138.99166.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=50.64%
G=13.73%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118328300.730.300.54324.4257.3329.41
Hex7620530491E36144391d
Octal16640123011136665047135
Binary11101101000001010011010010011111011011010100010011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762053; }

 p { color: rgb(118,32,83); }

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

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

 a { background-color: rgb(118,32,83); }

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

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

 span { border-color: rgb(118,32,83); }

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