#9F5858

Color #9F5858 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #9F5858

Tints of Rose Taupe #9F5858

Color information

#9F5858 (or 0x9F5858) is unknown color: approx Rose Taupe. HEX triplet: 9F, 58 and 58. RGB value is (159,88,88). Sum of RGB (Red+Green+Blue) = 159+88+88=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5858 is #60A7A7. Grayscale: #6D6D6D. Windows color (decimal): -6334376 or 5789855. OLE color: 5789855.

HSL color Cylindrical-coordinate representation of color #9F5858: hue angle of 0º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F5858 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB1598888-
CMYK00.450.450.38
HSL28.74%48.43%-
HSV(B)44.65%62.35%-
XYZ19.5515.0511.11-
YUV109.23116.02163.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.46%
GREEN value IS 88 (34.77% from 255) = 26.27%
BLUE value IS 88 (34.77% from 255) = 26.27%
R=47.46%
G=26.27%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159888800.450.450.38028.7448.43
Hex9F585802D2D2601d30
Octal237130130055554603560
Binary10011111101100010110000101101101101100110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5858; }

 p { color: rgb(159,88,88); }

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

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

 a { background-color: rgb(159,88,88); }

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

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

 span { border-color: rgb(159,88,88); }

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