#65244B

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

Shades of Pompadour #65244B

Tints of Pompadour #65244B

Color information

#65244B (or 0x65244B) is unknown color: approx Pompadour. HEX triplet: 65, 24 and 4B. RGB value is (101,36,75). Sum of RGB (Red+Green+Blue) = 101+36+75=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65244B is #9ADBB4. Grayscale: #3B3B3B. Windows color (decimal): -10148789 or 4924517. OLE color: 4924517.

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

Color convert

RGB1013675-
CMYK00.640.260.60
HSL324º47.45%26.86%-
HSV(B)324º64.36%39.61%-
XYZ7.274.547.15-
YUV59.88136.53157.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 36 (14.45% from 255) = 16.98%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=47.64%
G=16.98%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101367500.640.260.6032447.4526.86
Hex65244B0401A3C1442f1b
Octal14544113010032745045733
Binary11001011001001001011010000001101011110010100010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65244B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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