#551F3E

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

Shades of Pompadour #551F3E

Tints of Pompadour #551F3E

Color information

#551F3E (or 0x551F3E) is unknown color: approx Pompadour. HEX triplet: 55, 1F and 3E. RGB value is (85,31,62). Sum of RGB (Red+Green+Blue) = 85+31+62=178 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.75% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 85 - color contains mainly: red. Hex color #551F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F3E is #AAE0C1. Grayscale: #323232. Windows color (decimal): -11198658 or 4071253. OLE color: 4071253.

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

Color convert

RGB853162-
CMYK00.640.270.67
HSL325.56º46.55%22.75%-
HSV(B)325.56º63.53%33.33%-
XYZ5.113.264.92-
YUV50.68134.39152.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 47.75%
GREEN value IS 31 (12.5% from 255) = 17.42%
BLUE value IS 62 (24.61% from 255) = 34.83%
R=47.75%
G=17.42%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85316200.640.270.67325.5646.5522.75
Hex551F3E0401B431462f17
Octal12537760100331035065727
Binary1010101111111111100100000011011100001110100011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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