#6D254D

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

Shades of Pompadour #6D254D

Tints of Pompadour #6D254D

Color information

#6D254D (or 0x6D254D) is unknown color: approx Pompadour. HEX triplet: 6D, 25 and 4D. RGB value is (109,37,77). Sum of RGB (Red+Green+Blue) = 109+37+77=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D254D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D254D is #92DAB2. Grayscale: #3E3E3E. Windows color (decimal): -9624243 or 5055853. OLE color: 5055853.

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

Color convert

RGB1093777-
CMYK00.660.290.57
HSL326.67º49.32%28.63%-
HSV(B)326.67º66.06%42.75%-
XYZ8.315.117.57-
YUV63.09135.85160.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.88%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 77 (30.47% from 255) = 34.53%
R=48.88%
G=16.59%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109377700.660.290.57326.6749.3228.63
Hex6D254D0421D39147311d
Octal15545115010235715076135
Binary11011011001011001101010000101110111100110100011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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