#99515B

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

Shades of Vin Rouge #99515B

Tints of Vin Rouge #99515B

Color information

#99515B (or 0x99515B) is unknown color: approx Vin Rouge. HEX triplet: 99, 51 and 5B. RGB value is (153,81,91). Sum of RGB (Red+Green+Blue) = 153+81+91=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #99515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99515B is #66AEA4. Grayscale: #676767. Windows color (decimal): -6729381 or 5984665. OLE color: 5984665.

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

Color convert

RGB1538191-
CMYK00.470.410.4
HSL351.67º30.77%45.88%-
HSV(B)351.67º47.06%60%-
XYZ17.9713.4111.54-
YUV103.67120.85163.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 91 (35.94% from 255) = 28%
R=47.08%
G=24.92%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153819100.470.410.4351.6730.7745.88
Hex99515B02F29281601f2e
Octal23112113305751505403756
Binary1001100110100011011011010111110100110100010110000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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