#652550

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

Shades of Pompadour #652550

Tints of Pompadour #652550

Color information

#652550 (or 0x652550) is unknown color: approx Pompadour. HEX triplet: 65, 25 and 50. RGB value is (101,37,80). Sum of RGB (Red+Green+Blue) = 101+37+80=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #652550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652550 is #9ADAAF. Grayscale: #3C3C3C. Windows color (decimal): -10148528 or 5252453. OLE color: 5252453.

HSL color Cylindrical-coordinate representation of color #652550: hue angle of 319.69º 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 #652550 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1013780-
CMYK00.630.210.60
HSL319.69º46.38%27.06%-
HSV(B)319.69º63.37%39.61%-
XYZ7.484.678.1-
YUV61.04138.7156.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 37 (14.84% from 255) = 16.97%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=46.33%
G=16.97%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378000.630.210.60319.6946.3827.06
Hex65255003F153C1402e1b
Octal1454512007725745005633
Binary1100101100101101000001111111010111110010100000010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652550; }

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

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

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

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

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

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

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

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