#98515B

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

Shades of Vin Rouge #98515B

Tints of Vin Rouge #98515B

Color information

#98515B (or 0x98515B) is unknown color: approx Vin Rouge. HEX triplet: 98, 51 and 5B. RGB value is (152,81,91). Sum of RGB (Red+Green+Blue) = 152+81+91=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #98515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98515B is #67AEA4. Grayscale: #676767. Windows color (decimal): -6794917 or 5984664. OLE color: 5984664.

HSL color Cylindrical-coordinate representation of color #98515B: hue angle of 351.55º degrees, saturation: 0.3, 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 #98515B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB1528191-
CMYK00.470.400.40
HSL351.55º30.47%45.69%-
HSV(B)351.55º46.71%59.61%-
XYZ17.7813.3211.53-
YUV103.37121.02162.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.91%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=46.91%
G=25%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152819100.470.400.40351.5530.4745.69
Hex98515B02F28281601e2e
Octal23012113305750505403656
Binary1001100010100011011011010111110100010100010110000011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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