#551E42

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

Shades of Pompadour #551E42

Tints of Pompadour #551E42

Color information

#551E42 (or 0x551E42) is unknown color: approx Pompadour. HEX triplet: 55, 1E and 42. RGB value is (85,30,66). Sum of RGB (Red+Green+Blue) = 85+30+66=181 (23% of max value = 765). Red value is 85 (33.59% from 255 or 46.96% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 85 - color contains mainly: red. Hex color #551E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E42 is #AAE1BD. Grayscale: #323232. Windows color (decimal): -11198910 or 4333141. OLE color: 4333141.

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

Color convert

RGB853066-
CMYK00.650.220.67
HSL320.73º47.83%22.55%-
HSV(B)320.73º64.71%33.33%-
XYZ5.193.255.51-
YUV50.55136.72152.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 46.96%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=46.96%
G=16.57%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306600.650.220.67320.7347.8322.55
Hex551E4204116431413017
Octal125361020101261035016027
Binary10101011111010000100100000110110100001110100000111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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