#652344

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

Shades of Pompadour #652344

Tints of Pompadour #652344

Color information

#652344 (or 0x652344) is unknown color: approx Pompadour. HEX triplet: 65, 23 and 44. RGB value is (101,35,68). Sum of RGB (Red+Green+Blue) = 101+35+68=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #652344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652344 is #9ADCBB. Grayscale: #3A3A3A. Windows color (decimal): -10149052 or 4465509. OLE color: 4465509.

HSL color Cylindrical-coordinate representation of color #652344: hue angle of 330º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #652344 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.60.

Color convert

RGB1013568-
CMYK00.650.330.60
HSL330º48.53%26.67%-
HSV(B)330º65.35%39.61%-
XYZ7.014.395.95-
YUV58.5133.37158.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=49.51%
G=17.16%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101356800.650.330.6033048.5326.67
Hex652344041213C14a311b
Octal14543104010141745126133
Binary110010110001110001000100000110000111110010100101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652344; }

 p { color: rgb(101,35,68); }

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

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

 a { background-color: rgb(101,35,68); }

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

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

 span { border-color: rgb(101,35,68); }

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