#652143

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

Shades of Pompadour #652143

Tints of Pompadour #652143

Color information

#652143 (or 0x652143) is unknown color: approx Pompadour. HEX triplet: 65, 21 and 43. RGB value is (101,33,67). Sum of RGB (Red+Green+Blue) = 101+33+67=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #652143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652143 is #9ADEBC. Grayscale: #393939. Windows color (decimal): -10149565 or 4399461. OLE color: 4399461.

HSL color Cylindrical-coordinate representation of color #652143: hue angle of 330º 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 #652143 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB1013367-
CMYK00.670.340.60
HSL330º50.75%26.27%-
HSV(B)330º67.33%39.61%-
XYZ6.924.265.77-
YUV57.21133.53159.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50.25%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 67 (26.56% from 255) = 33.33%
R=50.25%
G=16.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101336700.670.340.6033050.7526.27
Hex652143043223C14a331a
Octal14541103010342745126332
Binary110010110000110000110100001110001011110010100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652143; }

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

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

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

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

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

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

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

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