#6C1D50

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

Shades of Pompadour #6C1D50

Tints of Pompadour #6C1D50

Color information

#6C1D50 (or 0x6C1D50) is unknown color: approx Pompadour. HEX triplet: 6C, 1D and 50. RGB value is (108,29,80). Sum of RGB (Red+Green+Blue) = 108+29+80=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1D50 is #93E2AF. Grayscale: #3A3A3A. Windows color (decimal): -9691824 or 5250412. OLE color: 5250412.

HSL color Cylindrical-coordinate representation of color #6C1D50: hue angle of 321.27º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1D50 is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1082980-
CMYK00.730.260.58
HSL321.27º57.66%26.86%-
HSV(B)321.27º73.15%42.35%-
XYZ8.074.658.06-
YUV58.44140.17163.35-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.77%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=49.77%
G=13.36%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108298000.730.260.58321.2757.6626.86
Hex6C1D500491A3A1413a1b
Octal15435120011132725017233
Binary1101100111011010000010010011101011101010100000111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,29,80); }

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

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

 a { background-color: rgb(108,29,80); }

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

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

 span { border-color: rgb(108,29,80); }

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