#65304D

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

Shades of Pompadour #65304D

Tints of Pompadour #65304D

Color information

#65304D (or 0x65304D) is unknown color: approx Pompadour. HEX triplet: 65, 30 and 4D. RGB value is (101,48,77). Sum of RGB (Red+Green+Blue) = 101+48+77=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 77 (30.47% from 255 or 34.07% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65304D is #9ACFB2. Grayscale: #434343. Windows color (decimal): -10145715 or 5058661. OLE color: 5058661.

HSL color Cylindrical-coordinate representation of color #65304D: hue angle of 327.17º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65304D is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1014877-
CMYK00.520.240.60
HSL327.17º35.57%29.22%-
HSV(B)327.17º52.48%39.61%-
XYZ7.765.427.66-
YUV67.15133.56152.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 48 (19.14% from 255) = 21.24%
BLUE value IS 77 (30.47% from 255) = 34.07%
R=44.69%
G=21.24%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101487700.520.240.60327.1735.5729.22
Hex65304D034183C147241d
Octal1456011506430745074435
Binary1100101110000100110101101001100011110010100011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65304D; }

 p { color: rgb(101,48,77); }

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

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

 a { background-color: rgb(101,48,77); }

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

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

 span { border-color: rgb(101,48,77); }

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