#6A193F

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

Shades of Pompadour #6A193F

Tints of Pompadour #6A193F

Color information

#6A193F (or 0x6A193F) is unknown color: approx Pompadour. HEX triplet: 6A, 19 and 3F. RGB value is (106,25,63). Sum of RGB (Red+Green+Blue) = 106+25+63=194 (25% of max value = 765). Red value is 106 (41.80% from 255 or 54.64% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 106 - color contains mainly: red. Hex color #6A193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A193F is #95E6C0. Grayscale: #353535. Windows color (decimal): -9823937 or 4135274. OLE color: 4135274.

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

Color convert

RGB1062563-
CMYK00.760.410.58
HSL331.85º61.83%25.69%-
HSV(B)331.85º76.42%41.57%-
XYZ7.194.125.12-
YUV53.55133.34165.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 54.64%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 63 (25% from 255) = 32.47%
R=54.64%
G=12.89%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106256300.760.410.58331.8561.8325.69
Hex6A193F04C293A14c3e1a
Octal1523177011451725147632
Binary1101010110011111110100110010100111101010100110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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