#65224A

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

Shades of Pompadour #65224A

Tints of Pompadour #65224A

Color information

#65224A (or 0x65224A) is unknown color: approx Pompadour. HEX triplet: 65, 22 and 4A. RGB value is (101,34,74). Sum of RGB (Red+Green+Blue) = 101+34+74=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #65224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65224A is #9ADDB5. Grayscale: #3A3A3A. Windows color (decimal): -10149302 or 4858469. OLE color: 4858469.

HSL color Cylindrical-coordinate representation of color #65224A: hue angle of 324.18º 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 #65224A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1013474-
CMYK00.660.270.60
HSL324.18º49.63%26.47%-
HSV(B)324.18º66.34%39.61%-
XYZ7.174.416.95-
YUV58.59136.7158.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.33%
GREEN value IS 34 (13.67% from 255) = 16.27%
BLUE value IS 74 (29.30% from 255) = 35.41%
R=48.33%
G=16.27%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101347400.660.270.60324.1849.6326.47
Hex65224A0421B3C144321a
Octal14542112010233745046232
Binary11001011000101001010010000101101111110010100010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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