#6A153F

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

Shades of Pompadour #6A153F

Tints of Pompadour #6A153F

Color information

#6A153F (or 0x6A153F) is unknown color: approx Pompadour. HEX triplet: 6A, 15 and 3F. RGB value is (106,21,63). Sum of RGB (Red+Green+Blue) = 106+21+63=190 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.79% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 106 - color contains mainly: red. Hex color #6A153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A153F is #95EAC0. Grayscale: #333333. Windows color (decimal): -9824961 or 4134250. OLE color: 4134250.

HSL color Cylindrical-coordinate representation of color #6A153F: hue angle of 330.35º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A153F is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1062163-
CMYK00.800.410.58
HSL330.35º66.93%24.9%-
HSV(B)330.35º80.19%41.57%-
XYZ7.113.965.09-
YUV51.2134.66167.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 55.79%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 63 (25% from 255) = 33.16%
R=55.79%
G=11.05%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106216300.800.410.58330.3566.9324.9
Hex6A153F050293A14a4319
Octal15225770120517251210331
Binary11010101010111111101010000101001111010101001010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A153F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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