#551B3E

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

Shades of Pompadour #551B3E

Tints of Pompadour #551B3E

Color information

#551B3E (or 0x551B3E) is unknown color: approx Pompadour. HEX triplet: 55, 1B and 3E. RGB value is (85,27,62). Sum of RGB (Red+Green+Blue) = 85+27+62=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B3E is #AAE4C1. Grayscale: #303030. Windows color (decimal): -11199682 or 4070229. OLE color: 4070229.

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

Color convert

RGB852762-
CMYK00.680.270.67
HSL323.79º51.79%21.96%-
HSV(B)323.79º68.24%33.33%-
XYZ5.013.064.88-
YUV48.33135.72154.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 27 (10.94% from 255) = 15.52%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=48.85%
G=15.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85276200.680.270.67323.7951.7921.96
Hex551B3E0441B431443416
Octal12533760104331035046426
Binary1010101110111111100100010011011100001110100010011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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