#6B143E

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

Shades of Pompadour #6B143E

Tints of Pompadour #6B143E

Color information

#6B143E (or 0x6B143E) is unknown color: approx Pompadour. HEX triplet: 6B, 14 and 3E. RGB value is (107,20,62). Sum of RGB (Red+Green+Blue) = 107+20+62=189 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.61% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 107 - color contains mainly: red. Hex color #6B143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B143E is #94EBC1. Grayscale: #323232. Windows color (decimal): -9759682 or 4068459. OLE color: 4068459.

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

Color convert

RGB1072062-
CMYK00.810.420.58
HSL331.03º68.5%24.9%-
HSV(B)331.03º81.31%41.96%-
XYZ7.183.974.95-
YUV50.8134.32168.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 56.61%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 62 (24.61% from 255) = 32.80%
R=56.61%
G=10.58%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107206200.810.420.58331.0368.524.9
Hex6B143E0512A3A14b4519
Octal15324760121527251310531
Binary11010111010011111001010001101010111010101001011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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