#6A1551

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

Shades of Pompadour #6A1551

Tints of Pompadour #6A1551

Color information

#6A1551 (or 0x6A1551) is unknown color: approx Pompadour. HEX triplet: 6A, 15 and 51. RGB value is (106,21,81). Sum of RGB (Red+Green+Blue) = 106+21+81=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1551 is #95EAAE. Grayscale: #353535. Windows color (decimal): -9824943 or 5313898. OLE color: 5313898.

HSL color Cylindrical-coordinate representation of color #6A1551: hue angle of 317.65º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1551 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1062181-
CMYK00.800.240.58
HSL317.65º66.93%24.9%-
HSV(B)317.65º80.19%41.57%-
XYZ7.74.198.19-
YUV53.26143.66165.62-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 81 (32.03% from 255) = 38.94%
R=50.96%
G=10.10%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106218100.800.240.58317.6566.9324.9
Hex6A1551050183A13e4319
Octal152251210120307247610331
Binary11010101010110100010101000011000111010100111110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1551; }

 p { color: rgb(106,21,81); }

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

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

 a { background-color: rgb(106,21,81); }

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

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

 span { border-color: rgb(106,21,81); }

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