#551C42

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

Shades of Pompadour #551C42

Tints of Pompadour #551C42

Color information

#551C42 (or 0x551C42) is unknown color: approx Pompadour. HEX triplet: 55, 1C and 42. RGB value is (85,28,66). Sum of RGB (Red+Green+Blue) = 85+28+66=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #551C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C42 is #AAE3BD. Grayscale: #313131. Windows color (decimal): -11199422 or 4332629. OLE color: 4332629.

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

Color convert

RGB852866-
CMYK00.670.220.67
HSL320º50.44%22.16%-
HSV(B)320º67.06%33.33%-
XYZ5.143.165.49-
YUV49.38137.38153.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.49%
GREEN value IS 28 (11.33% from 255) = 15.64%
BLUE value IS 66 (26.17% from 255) = 36.87%
R=47.49%
G=15.64%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85286600.670.220.6732050.4422.16
Hex551C4204316431403216
Octal125341020103261035006226
Binary10101011110010000100100001110110100001110100000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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