#65224F

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

Shades of Pompadour #65224F

Tints of Pompadour #65224F

Color information

#65224F (or 0x65224F) is unknown color: approx Pompadour. HEX triplet: 65, 22 and 4F. RGB value is (101,34,79). Sum of RGB (Red+Green+Blue) = 101+34+79=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #65224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65224F is #9ADDB0. Grayscale: #3B3B3B. Windows color (decimal): -10149297 or 5186149. OLE color: 5186149.

HSL color Cylindrical-coordinate representation of color #65224F: hue angle of 319.7º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65224F is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1013479-
CMYK00.660.220.60
HSL319.7º49.63%26.47%-
HSV(B)319.7º66.34%39.61%-
XYZ7.354.487.87-
YUV59.16139.2157.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 79 (31.25% from 255) = 36.92%
R=47.20%
G=15.89%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101347900.660.220.60319.749.6326.47
Hex65224F042163C140321a
Octal14542117010226745006232
Binary11001011000101001111010000101011011110010100000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65224F; }

 p { color: rgb(101,34,79); }

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

<style>
 a { background-color: #65224F; }

 a { background-color: rgb(101,34,79); }

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

<style>
 span { border-color: #65224F; }

 span { border-color: rgb(101,34,79); }

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