#65154E

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

Shades of Pompadour #65154E

Tints of Pompadour #65154E

Color information

#65154E (or 0x65154E) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 4E. RGB value is (101,21,78). Sum of RGB (Red+Green+Blue) = 101+21+78=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #65154E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65154E is #9AEAB1. Grayscale: #333333. Windows color (decimal): -10152626 or 5117285. OLE color: 5117285.

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

Color convert

RGB1012178-
CMYK00.790.230.60
HSL317.25º65.57%23.92%-
HSV(B)317.25º79.21%39.61%-
XYZ7.013.857.58-
YUV51.42143163.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=50.5%
G=10.5%
B=39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101217800.790.230.60317.2565.5723.92
Hex65154E04F173C13d4218
Octal145251160117277447510230
Binary11001011010110011100100111110111111100100111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65154E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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