#551A42

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

Shades of Pompadour #551A42

Tints of Pompadour #551A42

Color information

#551A42 (or 0x551A42) is unknown color: approx Pompadour. HEX triplet: 55, 1A and 42. RGB value is (85,26,66). Sum of RGB (Red+Green+Blue) = 85+26+66=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A42 is #AAE5BD. Grayscale: #303030. Windows color (decimal): -11199934 or 4332117. OLE color: 4332117.

HSL color Cylindrical-coordinate representation of color #551A42: hue angle of 319.32º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A42 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB852666-
CMYK00.690.220.67
HSL319.32º53.15%21.76%-
HSV(B)319.32º69.41%33.33%-
XYZ5.13.065.48-
YUV48.2138.05154.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 26 (10.55% from 255) = 14.69%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=48.02%
G=14.69%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85266600.690.220.67319.3253.1521.76
Hex551A42045164313f3516
Octal125321020105261034776526
Binary10101011101010000100100010110110100001110011111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551A42; }

 p { color: rgb(85,26,66); }

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

<style>
 a { background-color: #551A42; }

 a { background-color: rgb(85,26,66); }

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

<style>
 span { border-color: #551A42; }

 span { border-color: rgb(85,26,66); }

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