#6D2554

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

Shades of Pompadour #6D2554

Tints of Pompadour #6D2554

Color information

#6D2554 (or 0x6D2554) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 54. RGB value is (109,37,84). Sum of RGB (Red+Green+Blue) = 109+37+84=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2554 is #92DAAB. Grayscale: #3F3F3F. Windows color (decimal): -9624236 or 5514605. OLE color: 5514605.

HSL color Cylindrical-coordinate representation of color #6D2554: hue angle of 320.83º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2554 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB1093784-
CMYK00.660.230.57
HSL320.83º49.32%28.63%-
HSV(B)320.83º66.06%42.75%-
XYZ8.575.218.94-
YUV63.89139.35160.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.39%
GREEN value IS 37 (14.84% from 255) = 16.09%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=47.39%
G=16.09%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109378400.660.230.57320.8349.3228.63
Hex6D25540421739141311d
Octal15545124010227715016135
Binary11011011001011010100010000101011111100110100000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,37,84); }

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

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

 a { background-color: rgb(109,37,84); }

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

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

 span { border-color: rgb(109,37,84); }

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