#6A1341

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

Shades of Pompadour #6A1341

Tints of Pompadour #6A1341

Color information

#6A1341 (or 0x6A1341) is unknown color: approx Pompadour. HEX triplet: 6A, 13 and 41. RGB value is (106,19,65). Sum of RGB (Red+Green+Blue) = 106+19+65=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1341 is #95ECBE. Grayscale: #323232. Windows color (decimal): -9825471 or 4264810. OLE color: 4264810.

HSL color Cylindrical-coordinate representation of color #6A1341: hue angle of 328.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1341 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB1061965-
CMYK00.820.390.58
HSL328.28º69.6%24.51%-
HSV(B)328.28º82.08%41.57%-
XYZ7.133.915.38-
YUV50.26136.32167.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 19 (7.81% from 255) = 10%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=55.79%
G=10%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106196500.820.390.58328.2869.624.51
Hex6A1341052273A1484619
Octal152231010122477251010631
Binary110101010011100000101010010100111111010101001000100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,65); }

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

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

 a { background-color: rgb(106,19,65); }

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

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

 span { border-color: rgb(106,19,65); }

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