#65244E

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

Shades of Pompadour #65244E

Tints of Pompadour #65244E

Color information

#65244E (or 0x65244E) is unknown color: approx Pompadour. HEX triplet: 65, 24 and 4E. RGB value is (101,36,78). Sum of RGB (Red+Green+Blue) = 101+36+78=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65244E is #9ADBB1. Grayscale: #3C3C3C. Windows color (decimal): -10148786 or 5121125. OLE color: 5121125.

HSL color Cylindrical-coordinate representation of color #65244E: hue angle of 321.23º 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 #65244E is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1013678-
CMYK00.640.230.60
HSL321.23º47.45%26.86%-
HSV(B)321.23º64.36%39.61%-
XYZ7.374.587.7-
YUV60.22138.03157.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=46.98%
G=16.74%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101367800.640.230.60321.2347.4526.86
Hex65244E040173C1412f1b
Octal14544116010027745015733
Binary11001011001001001110010000001011111110010100000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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