#651548

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

Shades of Pompadour #651548

Tints of Pompadour #651548

Color information

#651548 (or 0x651548) is unknown color: approx Pompadour. HEX triplet: 65, 15 and 48. RGB value is (101,21,72). Sum of RGB (Red+Green+Blue) = 101+21+72=194 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.06% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 101 - color contains mainly: red. Hex color #651548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651548 is #9AEAB7. Grayscale: #323232. Windows color (decimal): -10152632 or 4724069. OLE color: 4724069.

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

Color convert

RGB1012172-
CMYK00.790.290.60
HSL321.75º65.57%23.92%-
HSV(B)321.75º79.21%39.61%-
XYZ6.83.776.5-
YUV50.73140163.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.06%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=52.06%
G=10.82%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101217200.790.290.60321.7565.5723.92
Hex65154804F1D3C1424218
Octal145251100117357450210230
Binary11001011010110010000100111111101111100101000010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651548; }

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

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

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

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

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

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

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

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