#65264E

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

Shades of Pompadour #65264E

Tints of Pompadour #65264E

Color information

#65264E (or 0x65264E) is unknown color: approx Pompadour. HEX triplet: 65, 26 and 4E. RGB value is (101,38,78). Sum of RGB (Red+Green+Blue) = 101+38+78=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #65264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65264E is #9AD9B1. Grayscale: #3D3D3D. Windows color (decimal): -10148274 or 5121637. OLE color: 5121637.

HSL color Cylindrical-coordinate representation of color #65264E: hue angle of 321.9º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #65264E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1013878-
CMYK00.620.230.60
HSL321.9º45.32%27.25%-
HSV(B)321.9º62.38%39.61%-
XYZ7.444.77.72-
YUV61.4137.37156.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.54%
GREEN value IS 38 (15.23% from 255) = 17.51%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=46.54%
G=17.51%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101387800.620.230.60321.945.3227.25
Hex65264E03E173C1422d1b
Octal1454611607627745025533
Binary1100101100110100111001111101011111110010100001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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