#551842

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

Shades of Pompadour #551842

Tints of Pompadour #551842

Color information

#551842 (or 0x551842) is unknown color: approx Pompadour. HEX triplet: 55, 18 and 42. RGB value is (85,24,66). Sum of RGB (Red+Green+Blue) = 85+24+66=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551842 is #AAE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11200446 or 4331605. OLE color: 4331605.

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

Color convert

RGB852466-
CMYK00.720.220.67
HSL318.69º55.96%21.37%-
HSV(B)318.69º71.76%33.33%-
XYZ5.062.985.46-
YUV47.03138.71155.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 66 (26.17% from 255) = 37.71%
R=48.57%
G=13.71%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85246600.720.220.67318.6955.9621.37
Hex551842048164313f3815
Octal125301020110261034777025
Binary10101011100010000100100100010110100001110011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551842; }

 p { color: rgb(85,24,66); }

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

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

 a { background-color: rgb(85,24,66); }

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

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

 span { border-color: rgb(85,24,66); }

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