#99585B

Color #99585B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #99585B

Tints of Vin Rouge #99585B

Color information

#99585B (or 0x99585B) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 5B. RGB value is (153,88,91). Sum of RGB (Red+Green+Blue) = 153+88+91=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99585B is #66A7A4. Grayscale: #6B6B6B. Windows color (decimal): -6727589 or 5986457. OLE color: 5986457.

HSL color Cylindrical-coordinate representation of color #99585B: hue angle of 357.23º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99585B is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1538891-
CMYK00.420.410.4
HSL357.23º26.97%47.25%-
HSV(B)357.23º42.48%60%-
XYZ18.5114.5111.72-
YUV107.78118.53160.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 88 (34.77% from 255) = 26.51%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=46.08%
G=26.51%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153889100.420.410.4357.2326.9747.25
Hex99585B02A29281651b2f
Octal23113013305251505453357
Binary1001100110110001011011010101010100110100010110010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99585B; }

 p { color: rgb(153,88,91); }

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

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

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

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

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

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

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