#553441

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

Shades of Tawny Port #553441

Tints of Tawny Port #553441

Color information

#553441 (or 0x553441) is unknown color: approx Tawny Port. HEX triplet: 55, 34 and 41. RGB value is (85,52,65). Sum of RGB (Red+Green+Blue) = 85+52+65=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 85 - color contains mainly: red. Hex color #553441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553441 is #AACBBE. Grayscale: #3F3F3F. Windows color (decimal): -11193279 or 4273237. OLE color: 4273237.

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

Color convert

RGB855265-
CMYK00.390.240.67
HSL336.36º24.09%26.86%-
HSV(B)336.36º38.82%33.33%-
XYZ5.934.775.61-
YUV63.35128.93143.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 65 (25.78% from 255) = 32.18%
R=42.08%
G=25.74%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85526500.390.240.67336.3624.0926.86
Hex5534410271843150181b
Octal12564101047301035203033
Binary1010101110100100000101001111100010000111010100001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553441; }

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

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

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

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

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

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

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

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