#551E3F

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

Shades of Pompadour #551E3F

Tints of Pompadour #551E3F

Color information

#551E3F (or 0x551E3F) is unknown color: approx Pompadour. HEX triplet: 55, 1E and 3F. RGB value is (85,30,63). Sum of RGB (Red+Green+Blue) = 85+30+63=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3F is #AAE1C0. Grayscale: #323232. Windows color (decimal): -11198913 or 4136533. OLE color: 4136533.

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

Color convert

RGB853063-
CMYK00.650.260.67
HSL324º47.83%22.55%-
HSV(B)324º64.71%33.33%-
XYZ5.113.225.05-
YUV50.21135.22152.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 30 (12.11% from 255) = 16.85%
BLUE value IS 63 (25% from 255) = 35.39%
R=47.75%
G=16.85%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306300.650.260.6732447.8322.55
Hex551E3F0411A431443017
Octal12536770101321035046027
Binary1010101111101111110100000111010100001110100010011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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