#551E3D

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

Shades of Pompadour #551E3D

Tints of Pompadour #551E3D

Color information

#551E3D (or 0x551E3D) is unknown color: approx Pompadour. HEX triplet: 55, 1E and 3D. RGB value is (85,30,61). Sum of RGB (Red+Green+Blue) = 85+30+61=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551E3D is #AAE1C2. Grayscale: #313131. Windows color (decimal): -11198915 or 4005461. OLE color: 4005461.

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

Color convert

RGB853061-
CMYK00.650.280.67
HSL326.18º47.83%22.55%-
HSV(B)326.18º64.71%33.33%-
XYZ5.053.24.77-
YUV49.98134.22152.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.30%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 61 (24.22% from 255) = 34.66%
R=48.30%
G=17.05%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85306100.650.280.67326.1847.8322.55
Hex551E3D0411C431463017
Octal12536750101341035066027
Binary1010101111101111010100000111100100001110100011011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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