Html Css Color HEX #553442 Tawny Port

📋 copy color: '#553442'

red 85 ◦ green 52 ◦ blue 66

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

Shades of Tawny Port #553442

Tints of Tawny Port #553442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 41.87%
G = 25.62%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#553442 (or 0x553442) is known color: Tawny Port. HEX triplet: 55, 34 and 42. RGB value is (85,52,66). Sum of RGB (Red+Green+Blue) = 85+52+66=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 85 - color contains mainly: red. Hex color #553442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553442 is #AACBBD. Grayscale: #3F3F3F. Windows color (decimal): -11193278 or 4338773. OLE color: 4338773.

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

Color convert

RGB 85 52 66 -
CMYK 0 0.39 0.22 0.67
HSL 334.55º 0.24% 0.27% -
HSV(B) 334.55º 0.39% 0.33% -
XYZ 5.96 4.78 5.76 -
YUV 63.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 85 52 66 0 0.39 0.22 0.67 334.55 0.24 0.27
Hex 55 34 42 0 27 16 43 14F 18 1B
Octal 125 64 102 0 47 26 103 517 30 33
Binary 1010101 110100 1000010 0 100111 10110 1000011 101001111 11000 11011

Color Harmonies of #553442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553442

Black with #553442

Text Example


Text Example

White with #553442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553442; }

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

 H1.HeaderClassName
 {
   color: #553442;
 }
 .AnyTagClassName
 {
   color: #553442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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