#6A1152

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

Shades of Pompadour #6A1152

Tints of Pompadour #6A1152

Color information

#6A1152 (or 0x6A1152) is unknown color: approx Pompadour. HEX triplet: 6A, 11 and 52. RGB value is (106,17,82). Sum of RGB (Red+Green+Blue) = 106+17+82=205 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.71% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1152 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1152 is #95EEAD. Grayscale: #323232. Windows color (decimal): -9825966 or 5378410. OLE color: 5378410.

HSL color Cylindrical-coordinate representation of color #6A1152: hue angle of 316.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1152 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB1061782-
CMYK00.840.230.58
HSL316.18º72.36%24.12%-
HSV(B)316.18º83.96%41.57%-
XYZ7.674.078.36-
YUV51.02145.49167.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.71%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 82 (32.42% from 255) = 40%
R=51.71%
G=8.29%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106178200.840.230.58316.1872.3624.12
Hex6A1152054173A13c4818
Octal152211220124277247411030
Binary11010101000110100100101010010111111010100111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,17,82); }

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

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

 a { background-color: rgb(106,17,82); }

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

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

 span { border-color: rgb(106,17,82); }

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