#65244C

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

Shades of Pompadour #65244C

Tints of Pompadour #65244C

Color information

#65244C (or 0x65244C) is unknown color: approx Pompadour. HEX triplet: 65, 24 and 4C. RGB value is (101,36,76). Sum of RGB (Red+Green+Blue) = 101+36+76=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65244C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65244C is #9ADBB3. Grayscale: #3B3B3B. Windows color (decimal): -10148788 or 4990053. OLE color: 4990053.

HSL color Cylindrical-coordinate representation of color #65244C: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #65244C is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB1013676-
CMYK00.640.250.60
HSL323.08º47.45%26.86%-
HSV(B)323.08º64.36%39.61%-
XYZ7.34.557.33-
YUV60137.03157.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 36 (14.45% from 255) = 16.90%
BLUE value IS 76 (30.08% from 255) = 35.68%
R=47.42%
G=16.90%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101367600.640.250.60323.0847.4526.86
Hex65244C040193C1432f1b
Octal14544114010031745035733
Binary11001011001001001100010000001100111110010100001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65244C; }

 p { color: rgb(101,36,76); }

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

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

 a { background-color: rgb(101,36,76); }

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

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

 span { border-color: rgb(101,36,76); }

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