#6a143a

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

Shades of Pompadour #6A143A

Tints of Pompadour #6A143A

Color information

#6A143A (or 0x6A143A) is unknown color: approx Pompadour. HEX triplet: 6A, 14 and 3A. RGB value is (106,20,58). Sum of RGB (Red+Green+Blue) = 106+20+58=184 (24% of max value = 765). Red value is 106 (41.80% from 255 or 57.61% from 184); Green value is 20 (8.20% from 255 or 10.87% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 106 - color contains mainly: red. Hex color #6A143A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A143A is #95EBC5. Grayscale: #313131. Windows color (decimal): -9825222 or 3806314. OLE color: 3806314.

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

Color convert

RGB1062058-
CMYK00.810.450.58
HSL333.49º68.25%24.71%-
HSV(B)333.49º81.13%41.57%-
XYZ6.963.874.38-
YUV50.05132.49167.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 57.61%
GREEN value IS 20 (8.20% from 255) = 10.87%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=57.61%
G=10.87%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106205800.810.450.58333.4968.2524.71
Hex6A143A0512D3A14d4419
Octal15224720121557251510431
Binary11010101010011101001010001101101111010101001101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a143a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,58); }

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

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

 a { background-color: rgb(106,20,58); }

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

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

 span { border-color: rgb(106,20,58); }

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