#651850

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

Shades of Pompadour #651850

Tints of Pompadour #651850

Color information

#651850 (or 0x651850) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 50. RGB value is (101,24,80). Sum of RGB (Red+Green+Blue) = 101+24+80=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #651850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651850 is #9AE7AF. Grayscale: #353535. Windows color (decimal): -10151856 or 5249125. OLE color: 5249125.

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

Color convert

RGB1012480-
CMYK00.760.210.60
HSL316.36º61.6%24.51%-
HSV(B)316.36º76.24%39.61%-
XYZ7.1447.98-
YUV53.41143.01161.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.27%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=49.27%
G=11.71%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101248000.760.210.60316.3661.624.51
Hex65185004C153C13c3e19
Octal14530120011425744747631
Binary1100101110001010000010011001010111110010011110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651850; }

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

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

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

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

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

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

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

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