#651842

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

Shades of Pompadour #651842

Tints of Pompadour #651842

Color information

#651842 (or 0x651842) is unknown color: approx Pompadour. HEX triplet: 65, 18 and 42. RGB value is (101,24,66). Sum of RGB (Red+Green+Blue) = 101+24+66=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #651842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651842 is #9AE7BD. Grayscale: #333333. Windows color (decimal): -10151870 or 4331621. OLE color: 4331621.

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

Color convert

RGB1012466-
CMYK00.760.350.60
HSL327.27º61.6%24.51%-
HSV(B)327.27º76.24%39.61%-
XYZ6.683.815.54-
YUV51.81136.01163.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.88%
GREEN value IS 24 (9.77% from 255) = 12.57%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=52.88%
G=12.57%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101246600.760.350.60327.2761.624.51
Hex65184204C233C1473e19
Octal14530102011443745077631
Binary11001011100010000100100110010001111110010100011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651842; }

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

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

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

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

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

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

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

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