#6C1441

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

Shades of Pompadour #6C1441

Tints of Pompadour #6C1441

Color information

#6C1441 (or 0x6C1441) is unknown color: approx Pompadour. HEX triplet: 6C, 14 and 41. RGB value is (108,20,65). Sum of RGB (Red+Green+Blue) = 108+20+65=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1441 is #93EBBE. Grayscale: #333333. Windows color (decimal): -9694143 or 4265068. OLE color: 4265068.

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

Color convert

RGB1082065-
CMYK00.810.400.58
HSL329.32º68.75%25.1%-
HSV(B)329.32º81.48%42.35%-
XYZ7.394.075.4-
YUV51.44135.65168.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 55.96%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=55.96%
G=10.36%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108206500.810.400.58329.3268.7525.1
Hex6C1441051283A1494519
Octal154241010121507251110531
Binary110110010100100000101010001101000111010101001001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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