#652C4E

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

Shades of Pompadour #652C4E

Tints of Pompadour #652C4E

Color information

#652C4E (or 0x652C4E) is unknown color: approx Pompadour. HEX triplet: 65, 2C and 4E. RGB value is (101,44,78). Sum of RGB (Red+Green+Blue) = 101+44+78=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 44 (17.58% from 255 or 19.73% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C4E is #9AD3B1. Grayscale: #404040. Windows color (decimal): -10146738 or 5123173. OLE color: 5123173.

HSL color Cylindrical-coordinate representation of color #652C4E: hue angle of 324.21º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #652C4E is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1014478-
CMYK00.560.230.60
HSL324.21º39.31%28.43%-
HSV(B)324.21º56.44%39.61%-
XYZ7.645.127.79-
YUV64.92135.38153.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 44 (17.58% from 255) = 19.73%
BLUE value IS 78 (30.86% from 255) = 34.98%
R=45.29%
G=19.73%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101447800.560.230.60324.2139.3128.43
Hex652C4E038173C144271c
Octal1455411607027745044734
Binary1100101101100100111001110001011111110010100010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C4E; }

 p { color: rgb(101,44,78); }

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

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

 a { background-color: rgb(101,44,78); }

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

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

 span { border-color: rgb(101,44,78); }

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