#551741

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

Shades of Pompadour #551741

Tints of Pompadour #551741

Color information

#551741 (or 0x551741) is unknown color: approx Pompadour. HEX triplet: 55, 17 and 41. RGB value is (85,23,65). Sum of RGB (Red+Green+Blue) = 85+23+65=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 23 (9.38% from 255 or 13.29% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #551741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551741 is #AAE8BE. Grayscale: #2E2E2E. Windows color (decimal): -11200703 or 4265813. OLE color: 4265813.

HSL color Cylindrical-coordinate representation of color #551741: hue angle of 319.35º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551741 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB852365-
CMYK00.730.240.67
HSL319.35º57.41%21.18%-
HSV(B)319.35º72.94%33.33%-
XYZ5.012.935.3-
YUV46.33138.54155.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 49.13%
GREEN value IS 23 (9.38% from 255) = 13.29%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=49.13%
G=13.29%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236500.730.240.67319.3557.4121.18
Hex551741049184313f3915
Octal125271010111301034777125
Binary10101011011110000010100100111000100001110011111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551741; }

 p { color: rgb(85,23,65); }

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

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

 a { background-color: rgb(85,23,65); }

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

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

 span { border-color: rgb(85,23,65); }

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