Html Css Color HEX #553441 Tawny Port

📋 copy color: '#553441'

red 85 ◦ green 52 ◦ blue 65

#553441
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #553441

Tints of Tawny Port #553441

RGB

 RED value IS 85 (33.59% from 255) = 42.08%

 GREEN value IS 52 (20.7% 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 value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#553441 (or 0x553441) is known color: 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

RGB 85 52 65 -
CMYK 0 0.39 0.24 0.67
HSL 336.36º 0.24% 0.27% -
HSV(B) 336.36º 0.39% 0.33% -
XYZ 5.93 4.77 5.61 -
YUV 63.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 85 52 65 0 0.39 0.24 0.67 336.36 0.24 0.27
Hex 55 34 41 0 27 18 43 150 18 1B
Octal 125 64 101 0 47 30 103 520 30 33
Binary 1010101 110100 1000001 0 100111 11000 1000011 101010000 11000 11011

Color Harmonies of #553441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553441

Black with #553441

Text Example


Text Example

White with #553441

Text Example


Text Example

HTML Codes & Css Web 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>