#5C334B

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

Shades of Tawny Port #5C334B

Tints of Tawny Port #5C334B

Color information

#5C334B (or 0x5C334B) is unknown color: approx Tawny Port. HEX triplet: 5C, 33 and 4B. RGB value is (92,51,75). Sum of RGB (Red+Green+Blue) = 92+51+75=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C334B is #A3CCB4. Grayscale: #414141. Windows color (decimal): -10734773 or 4928348. OLE color: 4928348.

HSL color Cylindrical-coordinate representation of color #5C334B: hue angle of 324.88º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C334B is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB925175-
CMYK00.450.180.64
HSL324.88º28.67%28.04%-
HSV(B)324.88º44.57%36.08%-
XYZ6.875.157.29-
YUV65.99133.08146.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=42.20%
G=23.39%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92517500.450.180.64324.8828.6728.04
Hex5C334B02D12401451d1c
Octal13463113055221005053534
Binary1011100110011100101101011011001010000001010001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C334B; }

 p { color: rgb(92,51,75); }

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

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

 a { background-color: rgb(92,51,75); }

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

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

 span { border-color: rgb(92,51,75); }

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