#652540

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

Shades of Pompadour #652540

Tints of Pompadour #652540

Color information

#652540 (or 0x652540) is unknown color: approx Pompadour. HEX triplet: 65, 25 and 40. RGB value is (101,37,64). Sum of RGB (Red+Green+Blue) = 101+37+64=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #652540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652540 is #9ADABF. Grayscale: #3B3B3B. Windows color (decimal): -10148544 or 4203877. OLE color: 4203877.

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

Color convert

RGB1013764-
CMYK00.630.370.60
HSL334.69º46.38%27.06%-
HSV(B)334.69º63.37%39.61%-
XYZ6.954.465.34-
YUV59.21130.7157.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 18.32%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=50%
G=18.32%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101376400.630.370.60334.6946.3827.06
Hex65254003F253C14f2e1b
Octal1454510007745745175633
Binary11001011001011000000011111110010111110010100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652540; }

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

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

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

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

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

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

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

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