#6A1D4B

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

Shades of Pompadour #6A1D4B

Tints of Pompadour #6A1D4B

Color information

#6A1D4B (or 0x6A1D4B) is unknown color: approx Pompadour. HEX triplet: 6A, 1D and 4B. RGB value is (106,29,75). Sum of RGB (Red+Green+Blue) = 106+29+75=210 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.48% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D4B is #95E2B4. Grayscale: #393939. Windows color (decimal): -9822901 or 4922730. OLE color: 4922730.

HSL color Cylindrical-coordinate representation of color #6A1D4B: hue angle of 324.16º 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 #6A1D4B is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1062975-
CMYK00.730.290.58
HSL324.16º57.04%26.47%-
HSV(B)324.16º72.64%41.57%-
XYZ7.654.457.11-
YUV57.27138.01162.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.48%
GREEN value IS 29 (11.72% from 255) = 13.81%
BLUE value IS 75 (29.69% from 255) = 35.71%
R=50.48%
G=13.81%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106297500.730.290.58324.1657.0426.47
Hex6A1D4B0491D3A144391a
Octal15235113011135725047132
Binary1101010111011001011010010011110111101010100010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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