#6A1D42

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

Shades of Pompadour #6A1D42

Tints of Pompadour #6A1D42

Color information

#6A1D42 (or 0x6A1D42) is unknown color: approx Pompadour. HEX triplet: 6A, 1D and 42. RGB value is (106,29,66). Sum of RGB (Red+Green+Blue) = 106+29+66=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 29 (11.72% from 255 or 14.43% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D42 is #95E2BD. Grayscale: #383838. Windows color (decimal): -9822910 or 4332906. OLE color: 4332906.

HSL color Cylindrical-coordinate representation of color #6A1D42: hue angle of 331.17º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1D42 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.58.

Color convert

RGB1062966-
CMYK00.730.380.58
HSL331.17º57.04%26.47%-
HSV(B)331.17º72.64%41.57%-
XYZ7.374.345.6-
YUV56.24133.51163.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.74%
GREEN value IS 29 (11.72% from 255) = 14.43%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=52.74%
G=14.43%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106296600.730.380.58331.1757.0426.47
Hex6A1D42049263A14b391a
Octal15235102011146725137132
Binary11010101110110000100100100110011011101010100101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,29,66); }

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

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

 a { background-color: rgb(106,29,66); }

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

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

 span { border-color: rgb(106,29,66); }

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