#551C43

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

Shades of Pompadour #551C43

Tints of Pompadour #551C43

Color information

#551C43 (or 0x551C43) is unknown color: approx Pompadour. HEX triplet: 55, 1C and 43. RGB value is (85,28,67). Sum of RGB (Red+Green+Blue) = 85+28+67=180 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.22% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 85 - color contains mainly: red. Hex color #551C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551C43 is #AAE3BC. Grayscale: #313131. Windows color (decimal): -11199421 or 4398165. OLE color: 4398165.

HSL color Cylindrical-coordinate representation of color #551C43: hue angle of 318.95º 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 #551C43 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB852867-
CMYK00.670.210.67
HSL318.95º50.44%22.16%-
HSV(B)318.95º67.06%33.33%-
XYZ5.173.175.65-
YUV49.49137.88153.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.22%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 67 (26.56% from 255) = 37.22%
R=47.22%
G=15.56%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85286700.670.210.67318.9550.4422.16
Hex551C43043154313f3216
Octal125341030103251034776226
Binary10101011110010000110100001110101100001110011111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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