#98536D

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

Shades of Vin Rouge #98536D

Tints of Vin Rouge #98536D

Color information

#98536D (or 0x98536D) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 6D. RGB value is (152,83,109). Sum of RGB (Red+Green+Blue) = 152+83+109=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #98536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98536D is #67AC92. Grayscale: #6A6A6A. Windows color (decimal): -6794387 or 7164824. OLE color: 7164824.

HSL color Cylindrical-coordinate representation of color #98536D: hue angle of 337.39º 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 #98536D is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB15283109-
CMYK00.450.280.40
HSL337.39º29.36%46.08%-
HSV(B)337.39º45.39%59.61%-
XYZ18.813.9716.17-
YUV106.6129.36160.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=44.19%
G=24.13%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528310900.450.280.40337.3929.3646.08
Hex98536D02D1C281511d2e
Octal23012315505534505213556
Binary100110001010011110110101011011110010100010101000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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