#551E3C

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

Shades of Pompadour #551E3C

Tints of Pompadour #551E3C

Color information

#551E3C (or 0x551E3C) is unknown color: approx Pompadour. HEX triplet: 55, 1E and 3C. RGB value is (85,30,60). Sum of RGB (Red+Green+Blue) = 85+30+60=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3C is #AAE1C3. Grayscale: #313131. Windows color (decimal): -11198916 or 3939925. OLE color: 3939925.

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

Color convert

RGB853060-
CMYK00.650.290.67
HSL327.27º47.83%22.55%-
HSV(B)327.27º64.71%33.33%-
XYZ5.033.194.63-
YUV49.86133.72153.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 30 (12.11% from 255) = 17.14%
BLUE value IS 60 (23.83% from 255) = 34.29%
R=48.57%
G=17.14%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306000.650.290.67327.2747.8322.55
Hex551E3C0411D431473017
Octal12536740101351035076027
Binary1010101111101111000100000111101100001110100011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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