#6C1240

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

Shades of Pompadour #6C1240

Tints of Pompadour #6C1240

Color information

#6C1240 (or 0x6C1240) is unknown color: approx Pompadour. HEX triplet: 6C, 12 and 40. RGB value is (108,18,64). Sum of RGB (Red+Green+Blue) = 108+18+64=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1240 is #93EDBF. Grayscale: #323232. Windows color (decimal): -9694656 or 4199020. OLE color: 4199020.

HSL color Cylindrical-coordinate representation of color #6C1240: hue angle of 329.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1240 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1081864-
CMYK00.830.410.58
HSL329.33º71.43%24.71%-
HSV(B)329.33º83.33%42.35%-
XYZ7.333.995.23-
YUV50.15135.82169.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 56.84%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=56.84%
G=9.47%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108186400.830.410.58329.3371.4324.71
Hex6C1240053293A1494719
Octal154221000123517251110731
Binary110110010010100000001010011101001111010101001001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,18,64); }

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

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

 a { background-color: rgb(108,18,64); }

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

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

 span { border-color: rgb(108,18,64); }

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