#6A143F

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

Shades of Pompadour #6A143F

Tints of Pompadour #6A143F

Color information

#6A143F (or 0x6A143F) is unknown color: approx Pompadour. HEX triplet: 6A, 14 and 3F. RGB value is (106,20,63). Sum of RGB (Red+Green+Blue) = 106+20+63=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A143F is #95EBC0. Grayscale: #323232. Windows color (decimal): -9825217 or 4133994. OLE color: 4133994.

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

Color convert

RGB1062063-
CMYK00.810.410.58
HSL330º68.25%24.71%-
HSV(B)330º81.13%41.57%-
XYZ7.093.925.09-
YUV50.62134.99167.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 63 (25% from 255) = 33.33%
R=56.08%
G=10.58%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106206300.810.410.5833068.2524.71
Hex6A143F051293A14a4419
Octal15224770121517251210431
Binary11010101010011111101010001101001111010101001010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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