#651650

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

Shades of Pompadour #651650

Tints of Pompadour #651650

Color information

#651650 (or 0x651650) is unknown color: approx Pompadour. HEX triplet: 65, 16 and 50. RGB value is (101,22,80). Sum of RGB (Red+Green+Blue) = 101+22+80=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #651650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651650 is #9AE9AF. Grayscale: #343434. Windows color (decimal): -10152368 or 5248613. OLE color: 5248613.

HSL color Cylindrical-coordinate representation of color #651650: hue angle of 315.95º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #651650 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB1012280-
CMYK00.780.210.60
HSL315.95º64.23%24.12%-
HSV(B)315.95º78.22%39.61%-
XYZ7.13.927.97-
YUV52.23143.67162.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.75%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=49.75%
G=10.84%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101228000.780.210.60315.9564.2324.12
Hex65165004E153C13c4018
Octal145261200116257447410030
Binary11001011011010100000100111010101111100100111100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651650; }

 p { color: rgb(101,22,80); }

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

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

 a { background-color: rgb(101,22,80); }

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

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

 span { border-color: rgb(101,22,80); }

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