#551E3E

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

Shades of Pompadour #551E3E

Tints of Pompadour #551E3E

Color information

#551E3E (or 0x551E3E) is unknown color: approx Pompadour. HEX triplet: 55, 1E and 3E. RGB value is (85,30,62). Sum of RGB (Red+Green+Blue) = 85+30+62=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3E is #AAE1C1. Grayscale: #323232. Windows color (decimal): -11198914 or 4070997. OLE color: 4070997.

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

Color convert

RGB853062-
CMYK00.650.270.67
HSL325.09º47.83%22.55%-
HSV(B)325.09º64.71%33.33%-
XYZ5.083.214.91-
YUV50.09134.72152.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.02%
GREEN value IS 30 (12.11% from 255) = 16.95%
BLUE value IS 62 (24.61% from 255) = 35.03%
R=48.02%
G=16.95%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306200.650.270.67325.0947.8322.55
Hex551E3E0411B431453017
Octal12536760101331035056027
Binary1010101111101111100100000111011100001110100010111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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