#6C1438

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

Shades of Pompadour #6C1438

Tints of Pompadour #6C1438

Color information

#6C1438 (or 0x6C1438) is unknown color: approx Pompadour. HEX triplet: 6C, 14 and 38. RGB value is (108,20,56). Sum of RGB (Red+Green+Blue) = 108+20+56=184 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.70% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 56 (22.27% from 255 or 30.43% from 184); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1438 is #93EBC7. Grayscale: #323232. Windows color (decimal): -9694152 or 3675244. OLE color: 3675244.

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

Color convert

RGB1082056-
CMYK00.810.480.58
HSL335.45º68.75%25.1%-
HSV(B)335.45º81.48%42.35%-
XYZ7.153.974.13-
YUV50.42131.15169.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 58.70%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 56 (22.27% from 255) = 30.43%
R=58.70%
G=10.87%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108205600.810.480.58335.4568.7525.1
Hex6C1438051303A14f4519
Octal15424700121607251710531
Binary11011001010011100001010001110000111010101001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,20,56); }

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

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

 a { background-color: rgb(108,20,56); }

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

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

 span { border-color: rgb(108,20,56); }

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