#6C124D

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

Shades of Pompadour #6C124D

Tints of Pompadour #6C124D

Color information

#6C124D (or 0x6C124D) is unknown color: approx Pompadour. HEX triplet: 6C, 12 and 4D. RGB value is (108,18,77). Sum of RGB (Red+Green+Blue) = 108+18+77=203 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.20% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 108 - color contains mainly: red. Hex color #6C124D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C124D is #93EDB2. Grayscale: #333333. Windows color (decimal): -9694643 or 5050988. OLE color: 5050988.

HSL color Cylindrical-coordinate representation of color #6C124D: hue angle of 320.67º 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 #6C124D is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB1081877-
CMYK00.830.290.58
HSL320.67º71.43%24.71%-
HSV(B)320.67º83.33%42.35%-
XYZ7.744.167.42-
YUV51.64142.32168.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 53.20%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 77 (30.47% from 255) = 37.93%
R=53.20%
G=8.87%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108187700.830.290.58320.6771.4324.71
Hex6C124D0531D3A1414719
Octal154221150123357250110731
Binary11011001001010011010101001111101111010101000001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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