#6A2547

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

Shades of Pompadour #6A2547

Tints of Pompadour #6A2547

Color information

#6A2547 (or 0x6A2547) is unknown color: approx Pompadour. HEX triplet: 6A, 25 and 47. RGB value is (106,37,71). Sum of RGB (Red+Green+Blue) = 106+37+71=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2547 is #95DAB8. Grayscale: #3D3D3D. Windows color (decimal): -9820857 or 4662634. OLE color: 4662634.

HSL color Cylindrical-coordinate representation of color #6A2547: hue angle of 330.43º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2547 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1063771-
CMYK00.650.330.58
HSL330.43º48.25%28.04%-
HSV(B)330.43º65.09%41.57%-
XYZ7.744.846.49-
YUV61.51133.36159.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.53%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 71 (28.12% from 255) = 33.18%
R=49.53%
G=17.29%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106377100.650.330.58330.4348.2528.04
Hex6A2547041213A14a301c
Octal15245107010141725126034
Binary110101010010110001110100000110000111101010100101011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,71); }

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

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

 a { background-color: rgb(106,37,71); }

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

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

 span { border-color: rgb(106,37,71); }

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