#6B144D

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

Shades of Pompadour #6B144D

Tints of Pompadour #6B144D

Color information

#6B144D (or 0x6B144D) is unknown color: approx Pompadour. HEX triplet: 6B, 14 and 4D. RGB value is (107,20,77). Sum of RGB (Red+Green+Blue) = 107+20+77=204 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.45% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 107 - color contains mainly: red. Hex color #6B144D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B144D is #94EBB2. Grayscale: #343434. Windows color (decimal): -9759667 or 5051499. OLE color: 5051499.

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

Color convert

RGB1072077-
CMYK00.810.280.58
HSL320.69º68.5%24.9%-
HSV(B)320.69º81.31%41.96%-
XYZ7.654.167.42-
YUV52.51141.82166.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 52.45%
GREEN value IS 20 (8.20% from 255) = 9.80%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=52.45%
G=9.80%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107207700.810.280.58320.6968.524.9
Hex6B144D0511C3A1414519
Octal153241150121347250110531
Binary11010111010010011010101000111100111010101000001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B144D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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