#652141

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

Shades of Pompadour #652141

Tints of Pompadour #652141

Color information

#652141 (or 0x652141) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 41. RGB value is (101,33,65). Sum of RGB (Red+Green+Blue) = 101+33+65=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #652141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652141 is #9ADEBE. Grayscale: #383838. Windows color (decimal): -10149567 or 4268389. OLE color: 4268389.

HSL color Cylindrical-coordinate representation of color #652141: hue angle of 331.76º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652141 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB1013365-
CMYK00.670.360.60
HSL331.76º50.75%26.27%-
HSV(B)331.76º67.33%39.61%-
XYZ6.864.245.46-
YUV56.98132.53159.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.75%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=50.75%
G=16.58%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101336500.670.360.60331.7650.7526.27
Hex652141043243C14c331a
Octal14541101010344745146332
Binary110010110000110000010100001110010011110010100110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652141; }

 p { color: rgb(101,33,65); }

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

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

 a { background-color: rgb(101,33,65); }

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

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

 span { border-color: rgb(101,33,65); }

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