#99586A

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

Shades of Vin Rouge #99586A

Tints of Vin Rouge #99586A

Color information

#99586A (or 0x99586A) is unknown color: approx Vin Rouge. HEX triplet: 99, 58 and 6A. RGB value is (153,88,106). Sum of RGB (Red+Green+Blue) = 153+88+106=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #99586A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99586A is #66A795. Grayscale: #6D6D6D. Windows color (decimal): -6727574 or 6969497. OLE color: 6969497.

HSL color Cylindrical-coordinate representation of color #99586A: hue angle of 343.38º 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 #99586A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15388106-
CMYK00.420.310.4
HSL343.38º26.97%47.25%-
HSV(B)343.38º42.48%60%-
XYZ19.2314.7915.48-
YUV109.49126.03159.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=44.09%
G=25.36%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538810600.420.310.4343.3826.9747.25
Hex99586A02A1F281571b2f
Octal23113015205237505273357
Binary100110011011000110101001010101111110100010101011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99586A; }

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

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

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

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

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

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

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

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