#6A1440

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

Shades of Pompadour #6A1440

Tints of Pompadour #6A1440

Color information

#6A1440 (or 0x6A1440) is unknown color: approx Pompadour. HEX triplet: 6A, 14 and 40. RGB value is (106,20,64). Sum of RGB (Red+Green+Blue) = 106+20+64=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 20 (8.20% from 255 or 10.53% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1440 is #95EBBF. Grayscale: #323232. Windows color (decimal): -9825216 or 4199530. OLE color: 4199530.

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

Color convert

RGB1062064-
CMYK00.810.400.58
HSL329.3º68.25%24.71%-
HSV(B)329.3º81.13%41.57%-
XYZ7.123.935.23-
YUV50.73135.49167.42-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 20 (8.20% from 255) = 10.53%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=55.79%
G=10.53%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106206400.810.400.58329.368.2524.71
Hex6A1440051283A1494419
Octal152241000121507251110431
Binary110101010100100000001010001101000111010101001001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,64); }

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

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

 a { background-color: rgb(106,20,64); }

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

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

 span { border-color: rgb(106,20,64); }

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