#6A1748

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

Shades of Pompadour #6A1748

Tints of Pompadour #6A1748

Color information

#6A1748 (or 0x6A1748) is unknown color: approx Pompadour. HEX triplet: 6A, 17 and 48. RGB value is (106,23,72). Sum of RGB (Red+Green+Blue) = 106+23+72=201 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.74% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1748 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1748 is #95E8B7. Grayscale: #353535. Windows color (decimal): -9824440 or 4724586. OLE color: 4724586.

HSL color Cylindrical-coordinate representation of color #6A1748: hue angle of 324.58º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1748 is Cyan = 0, Magento = 0.78, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB1062372-
CMYK00.780.320.58
HSL324.58º64.34%25.29%-
HSV(B)324.58º78.3%41.57%-
XYZ7.424.146.54-
YUV53.4138.5165.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 52.74%
GREEN value IS 23 (9.38% from 255) = 11.44%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=52.74%
G=11.44%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106237200.780.320.58324.5864.3425.29
Hex6A174804E203A1454019
Octal152271100116407250510031
Binary110101010111100100001001110100000111010101000101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,72); }

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

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

 a { background-color: rgb(106,23,72); }

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

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

 span { border-color: rgb(106,23,72); }

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