#6A1D45

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

Shades of Pompadour #6A1D45

Tints of Pompadour #6A1D45

Color information

#6A1D45 (or 0x6A1D45) is unknown color: approx Pompadour. HEX triplet: 6A, 1D and 45. RGB value is (106,29,69). Sum of RGB (Red+Green+Blue) = 106+29+69=204 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.96% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D45 is #95E2BA. Grayscale: #383838. Windows color (decimal): -9822907 or 4529514. OLE color: 4529514.

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

Color convert

RGB1062969-
CMYK00.730.350.58
HSL328.83º57.04%26.47%-
HSV(B)328.83º72.64%41.57%-
XYZ7.464.376.08-
YUV56.58135.01163.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.96%
GREEN value IS 29 (11.72% from 255) = 14.22%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=51.96%
G=14.22%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106296900.730.350.58328.8357.0426.47
Hex6A1D45049233A149391a
Octal15235105011143725117132
Binary11010101110110001010100100110001111101010100100111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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