#6D2553

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

Shades of Pompadour #6D2553

Tints of Pompadour #6D2553

Color information

#6D2553 (or 0x6D2553) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 53. RGB value is (109,37,83). Sum of RGB (Red+Green+Blue) = 109+37+83=229 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.60% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2553 is #92DAAC. Grayscale: #3F3F3F. Windows color (decimal): -9624237 or 5449069. OLE color: 5449069.

HSL color Cylindrical-coordinate representation of color #6D2553: hue angle of 321.67º 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 #6D2553 is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.57.

Color convert

RGB1093783-
CMYK00.660.240.57
HSL321.67º49.32%28.63%-
HSV(B)321.67º66.06%42.75%-
XYZ8.535.28.74-
YUV63.77138.85160.26-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.60%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 83 (32.81% from 255) = 36.24%
R=47.60%
G=16.16%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109378300.660.240.57321.6749.3228.63
Hex6D25530421839142311d
Octal15545123010230715026135
Binary11011011001011010011010000101100011100110100001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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