#6C2248

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

Shades of Pompadour #6C2248

Tints of Pompadour #6C2248

Color information

#6C2248 (or 0x6C2248) is unknown color: approx Pompadour. HEX triplet: 6C, 22 and 48. RGB value is (108,34,72). Sum of RGB (Red+Green+Blue) = 108+34+72=214 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.47% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2248 is #93DDB7. Grayscale: #3C3C3C. Windows color (decimal): -9690552 or 4727404. OLE color: 4727404.

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

Color convert

RGB1083472-
CMYK00.690.330.58
HSL329.19º52.11%27.84%-
HSV(B)329.19º68.52%42.35%-
XYZ7.934.86.64-
YUV60.46134.52161.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 50.47%
GREEN value IS 34 (13.67% from 255) = 15.89%
BLUE value IS 72 (28.52% from 255) = 33.64%
R=50.47%
G=15.89%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108347200.690.330.58329.1952.1127.84
Hex6C2248045213A149341c
Octal15442110010541725116434
Binary110110010001010010000100010110000111101010100100111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,72); }

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

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

 a { background-color: rgb(108,34,72); }

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

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

 span { border-color: rgb(108,34,72); }

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