#6D284F

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

Shades of Pompadour #6D284F

Tints of Pompadour #6D284F

Color information

#6D284F (or 0x6D284F) is unknown color: approx Pompadour. HEX triplet: 6D, 28 and 4F. RGB value is (109,40,79). Sum of RGB (Red+Green+Blue) = 109+40+79=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D284F is #92D7B0. Grayscale: #404040. Windows color (decimal): -9623473 or 5187693. OLE color: 5187693.

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

Color convert

RGB1094079-
CMYK00.630.280.57
HSL326.09º46.31%29.22%-
HSV(B)326.09º63.3%42.75%-
XYZ8.485.337.98-
YUV65.08135.86159.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.81%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 79 (31.25% from 255) = 34.65%
R=47.81%
G=17.54%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109407900.630.280.57326.0946.3129.22
Hex6D284F03F1C391462e1d
Octal1555011707734715065635
Binary1101101101000100111101111111110011100110100011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D284F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,79); }

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

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

 a { background-color: rgb(109,40,79); }

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

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

 span { border-color: rgb(109,40,79); }

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