#551743

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

Shades of Pompadour #551743

Tints of Pompadour #551743

Color information

#551743 (or 0x551743) is unknown color: approx Pompadour. HEX triplet: 55, 17 and 43. RGB value is (85,23,67). Sum of RGB (Red+Green+Blue) = 85+23+67=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551743 is #AAE8BC. Grayscale: #2E2E2E. Windows color (decimal): -11200701 or 4396885. OLE color: 4396885.

HSL color Cylindrical-coordinate representation of color #551743: hue angle of 317.42º 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 #551743 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB852367-
CMYK00.730.210.67
HSL317.42º57.41%21.18%-
HSV(B)317.42º72.94%33.33%-
XYZ5.072.955.61-
YUV46.55139.54155.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 67 (26.56% from 255) = 38.29%
R=48.57%
G=13.14%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85236700.730.210.67317.4257.4121.18
Hex551743049154313d3915
Octal125271030111251034757125
Binary10101011011110000110100100110101100001110011110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551743; }

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

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

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

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

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

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

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

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