#65254D

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

Shades of Pompadour #65254D

Tints of Pompadour #65254D

Color information

#65254D (or 0x65254D) is unknown color: approx Pompadour. HEX triplet: 65, 25 and 4D. RGB value is (101,37,77). Sum of RGB (Red+Green+Blue) = 101+37+77=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65254D is #9ADAB2. Grayscale: #3C3C3C. Windows color (decimal): -10148531 or 5055845. OLE color: 5055845.

HSL color Cylindrical-coordinate representation of color #65254D: hue angle of 322.5º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65254D is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB1013777-
CMYK00.630.240.60
HSL322.5º46.38%27.06%-
HSV(B)322.5º63.37%39.61%-
XYZ7.374.637.53-
YUV60.7137.2156.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 37 (14.84% from 255) = 17.21%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=46.98%
G=17.21%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101377700.630.240.60322.546.3827.06
Hex65254D03F183C1422e1b
Octal1454511507730745025633
Binary1100101100101100110101111111100011110010100001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65254D; }

 p { color: rgb(101,37,77); }

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

<style>
 a { background-color: #65254D; }

 a { background-color: rgb(101,37,77); }

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

<style>
 span { border-color: #65254D; }

 span { border-color: rgb(101,37,77); }

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