#98536B

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

Shades of Vin Rouge #98536B

Tints of Vin Rouge #98536B

Color information

#98536B (or 0x98536B) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 6B. RGB value is (152,83,107). Sum of RGB (Red+Green+Blue) = 152+83+107=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98536B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98536B is #67AC94. Grayscale: #6A6A6A. Windows color (decimal): -6794389 or 7033752. OLE color: 7033752.

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

Color convert

RGB15283107-
CMYK00.450.300.40
HSL339.13º29.36%46.08%-
HSV(B)339.13º45.39%59.61%-
XYZ18.713.9215.61-
YUV106.37128.36160.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=44.44%
G=24.27%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528310700.450.300.40339.1329.3646.08
Hex98536B02D1E281531d2e
Octal23012315305536505233556
Binary100110001010011110101101011011111010100010101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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