#65224B

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

Shades of Pompadour #65224B

Tints of Pompadour #65224B

Color information

#65224B (or 0x65224B) is unknown color: approx Pompadour. HEX triplet: 65, 22 and 4B. RGB value is (101,34,75). Sum of RGB (Red+Green+Blue) = 101+34+75=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65224B is #9ADDB4. Grayscale: #3A3A3A. Windows color (decimal): -10149301 or 4924005. OLE color: 4924005.

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

Color convert

RGB1013475-
CMYK00.660.260.60
HSL323.28º49.63%26.47%-
HSV(B)323.28º66.34%39.61%-
XYZ7.214.427.13-
YUV58.71137.2158.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 48.10%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=48.10%
G=16.19%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101347500.660.260.60323.2849.6326.47
Hex65224B0421A3C143321a
Octal14542113010232745036232
Binary11001011000101001011010000101101011110010100001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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