#6B1446

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

Shades of Pompadour #6B1446

Tints of Pompadour #6B1446

Color information

#6B1446 (or 0x6B1446) is unknown color: approx Pompadour. HEX triplet: 6B, 14 and 46. RGB value is (107,20,70). Sum of RGB (Red+Green+Blue) = 107+20+70=197 (26% of max value = 765). Red value is 107 (42.19% from 255 or 54.31% from 197); Green value is 20 (8.20% from 255 or 10.15% from 197); Blue value is 70 (27.73% from 255 or 35.53% from 197); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B1446 is #94EBB9. Grayscale: #333333. Windows color (decimal): -9759674 or 4592747. OLE color: 4592747.

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

Color convert

RGB1072070-
CMYK00.810.350.58
HSL325.52º68.5%24.9%-
HSV(B)325.52º81.31%41.96%-
XYZ7.424.076.19-
YUV51.71138.32167.43-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 54.31%
GREEN value IS 20 (8.20% from 255) = 10.15%
BLUE value IS 70 (27.73% from 255) = 35.53%
R=54.31%
G=10.15%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107207000.810.350.58325.5268.524.9
Hex6B1446051233A1464519
Octal153241060121437250610531
Binary110101110100100011001010001100011111010101000110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,20,70); }

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

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

 a { background-color: rgb(107,20,70); }

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

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

 span { border-color: rgb(107,20,70); }

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