#652A45

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

Shades of Pompadour #652A45

Tints of Pompadour #652A45

Color information

#652A45 (or 0x652A45) is unknown color: approx Pompadour. HEX triplet: 65, 2A and 45. RGB value is (101,42,69). Sum of RGB (Red+Green+Blue) = 101+42+69=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #652A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652A45 is #9AD5BA. Grayscale: #3E3E3E. Windows color (decimal): -10147259 or 4532837. OLE color: 4532837.

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

Color convert

RGB1014269-
CMYK00.580.320.60
HSL332.54º41.26%28.04%-
HSV(B)332.54º58.42%39.61%-
XYZ7.274.856.18-
YUV62.72131.55155.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.64%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 69 (27.34% from 255) = 32.55%
R=47.64%
G=19.81%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101426900.580.320.60332.5441.2628.04
Hex652A4503A203C14d291c
Octal1455210507240745155134
Binary11001011010101000101011101010000011110010100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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