#98535D

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

Shades of Vin Rouge #98535D

Tints of Vin Rouge #98535D

Color information

#98535D (or 0x98535D) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 5D. RGB value is (152,83,93). Sum of RGB (Red+Green+Blue) = 152+83+93=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98535D is #67ACA2. Grayscale: #686868. Windows color (decimal): -6794403 or 6116248. OLE color: 6116248.

HSL color Cylindrical-coordinate representation of color #98535D: hue angle of 351.3º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #98535D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB1528393-
CMYK00.450.390.40
HSL351.3º29.36%46.08%-
HSV(B)351.3º45.39%59.61%-
XYZ18.0213.6512.04-
YUV104.77121.36161.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 93 (36.72% from 255) = 28.35%
R=46.34%
G=25.30%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152839300.450.390.40351.329.3646.08
Hex98535D02D272815f1d2e
Octal23012313505547505373556
Binary1001100010100111011101010110110011110100010101111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98535D; }

 p { color: rgb(152,83,93); }

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

<style>
 a { background-color: #98535D; }

 a { background-color: rgb(152,83,93); }

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

<style>
 span { border-color: #98535D; }

 span { border-color: rgb(152,83,93); }

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