#65184E

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

Shades of Pompadour #65184E

Tints of Pompadour #65184E

Color information

#65184E (or 0x65184E) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 4E. RGB value is (101,24,78). Sum of RGB (Red+Green+Blue) = 101+24+78=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #65184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65184E is #9AE7B1. Grayscale: #353535. Windows color (decimal): -10151858 or 5118053. OLE color: 5118053.

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

Color convert

RGB1012478-
CMYK00.760.230.60
HSL317.92º61.6%24.51%-
HSV(B)317.92º76.24%39.61%-
XYZ7.073.977.6-
YUV53.18142.01162.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=49.75%
G=11.82%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101247800.760.230.60317.9261.624.51
Hex65184E04C173C13e3e19
Octal14530116011427744767631
Binary1100101110001001110010011001011111110010011111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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