#553341

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

Shades of Tawny Port #553341

Tints of Tawny Port #553341

Color information

#553341 (or 0x553341) is unknown color: approx Tawny Port. HEX triplet: 55, 33 and 41. RGB value is (85,51,65). Sum of RGB (Red+Green+Blue) = 85+51+65=201 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.29% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 85 - color contains mainly: red. Hex color #553341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553341 is #AACCBE. Grayscale: #3E3E3E. Windows color (decimal): -11193535 or 4272981. OLE color: 4272981.

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

Color convert

RGB855165-
CMYK00.400.240.67
HSL335.29º25%26.67%-
HSV(B)335.29º40%33.33%-
XYZ5.884.685.59-
YUV62.76129.26143.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.29%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=42.29%
G=25.37%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85516500.400.240.67335.292526.67
Hex553341028184314f191b
Octal12563101050301035173133
Binary1010101110011100000101010001100010000111010011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553341; }

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

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

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

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

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

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

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

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