#651546

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

Shades of Pompadour #651546

Tints of Pompadour #651546

Color information

#651546 (or 0x651546) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 46. RGB value is (101,21,70). Sum of RGB (Red+Green+Blue) = 101+21+70=192 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.60% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 101 - color contains mainly: red. Hex color #651546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651546 is #9AEAB9. Grayscale: #323232. Windows color (decimal): -10152634 or 4592997. OLE color: 4592997.

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

Color convert

RGB1012170-
CMYK00.790.310.60
HSL323.25º65.57%23.92%-
HSV(B)323.25º79.21%39.61%-
XYZ6.743.756.16-
YUV50.51139164.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.60%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=52.60%
G=10.94%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101217000.790.310.60323.2565.5723.92
Hex65154604F1F3C1434218
Octal145251060117377450310230
Binary11001011010110001100100111111111111100101000011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651546; }

 p { color: rgb(101,21,70); }

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

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

 a { background-color: rgb(101,21,70); }

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

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

 span { border-color: rgb(101,21,70); }

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