#651248

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

Shades of Pompadour #651248

Tints of Pompadour #651248

Color information

#651248 (or 0x651248) is unknown color: approx Pompadour. HEX triplet: 65, 12 and 48. RGB value is (101,18,72). Sum of RGB (Red+Green+Blue) = 101+18+72=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #651248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #651248 is #9AEDB7. Grayscale: #303030. Windows color (decimal): -10153400 or 4723301. OLE color: 4723301.

HSL color Cylindrical-coordinate representation of color #651248: hue angle of 320.96º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651248 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB1011872-
CMYK00.820.290.60
HSL320.96º69.75%23.33%-
HSV(B)320.96º82.18%39.61%-
XYZ6.753.676.48-
YUV48.97141165.11-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 52.88%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 72 (28.52% from 255) = 37.70%
R=52.88%
G=9.42%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.29
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101187200.820.290.60320.9669.7523.33
Hex6512480521D3C1414617
Octal145221100122357450110627
Binary11001011001010010000101001011101111100101000001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651248; }

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

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

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

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

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

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

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

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