#551A3F

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

Shades of Pompadour #551A3F

Tints of Pompadour #551A3F

Color information

#551A3F (or 0x551A3F) is unknown color: approx Pompadour. HEX triplet: 55, 1A and 3F. RGB value is (85,26,63). Sum of RGB (Red+Green+Blue) = 85+26+63=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A3F is #AAE5C0. Grayscale: #2F2F2F. Windows color (decimal): -11199937 or 4135509. OLE color: 4135509.

HSL color Cylindrical-coordinate representation of color #551A3F: hue angle of 322.37º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A3F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB852663-
CMYK00.690.260.67
HSL322.37º53.15%21.76%-
HSV(B)322.37º69.41%33.33%-
XYZ5.013.035.02-
YUV47.86136.55154.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 48.85%
GREEN value IS 26 (10.55% from 255) = 14.94%
BLUE value IS 63 (25% from 255) = 36.21%
R=48.85%
G=14.94%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85266300.690.260.67322.3753.1521.76
Hex551A3F0451A431423516
Octal12532770105321035026526
Binary1010101110101111110100010111010100001110100001011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,26,63); }

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

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

 a { background-color: rgb(85,26,63); }

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

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

 span { border-color: rgb(85,26,63); }

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