#652C45

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

Shades of Pompadour #652C45

Tints of Pompadour #652C45

Color information

#652C45 (or 0x652C45) is unknown color: approx Pompadour. HEX triplet: 65, 2C and 45. RGB value is (101,44,69). Sum of RGB (Red+Green+Blue) = 101+44+69=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #652C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652C45 is #9AD3BA. Grayscale: #3F3F3F. Windows color (decimal): -10146747 or 4533349. OLE color: 4533349.

HSL color Cylindrical-coordinate representation of color #652C45: hue angle of 333.68º 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 #652C45 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1014469-
CMYK00.560.320.60
HSL333.68º39.31%28.43%-
HSV(B)333.68º56.44%39.61%-
XYZ7.3456.21-
YUV63.89130.88154.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.20%
GREEN value IS 44 (17.58% from 255) = 20.56%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=47.20%
G=20.56%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101446900.560.320.60333.6839.3128.43
Hex652C45038203C14e271c
Octal1455410507040745164734
Binary11001011011001000101011100010000011110010100111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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