#6A193A

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

Shades of Pompadour #6A193A

Tints of Pompadour #6A193A

Color information

#6A193A (or 0x6A193A) is unknown color: approx Pompadour. HEX triplet: 6A, 19 and 3A. RGB value is (106,25,58). Sum of RGB (Red+Green+Blue) = 106+25+58=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A193A is #95E6C5. Grayscale: #343434. Windows color (decimal): -9823942 or 3807594. OLE color: 3807594.

HSL color Cylindrical-coordinate representation of color #6A193A: hue angle of 335.56º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6A193A is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.58.

Color convert

RGB1062558-
CMYK00.760.450.58
HSL335.56º61.83%25.69%-
HSV(B)335.56º76.42%41.57%-
XYZ7.064.064.42-
YUV52.98130.84165.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.08%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=56.08%
G=13.23%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106255800.760.450.58335.5661.8325.69
Hex6A193A04C2D3A1503e1a
Octal1523172011455725207632
Binary1101010110011110100100110010110111101010101000011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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