#98506B

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

Shades of Vin Rouge #98506B

Tints of Vin Rouge #98506B

Color information

#98506B (or 0x98506B) is unknown color: approx Vin Rouge. HEX triplet: 98, 50 and 6B. RGB value is (152,80,107). Sum of RGB (Red+Green+Blue) = 152+80+107=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #98506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98506B is #67AF94. Grayscale: #686868. Windows color (decimal): -6795157 or 7032984. OLE color: 7032984.

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

Color convert

RGB15280107-
CMYK00.470.300.40
HSL337.5º31.03%45.49%-
HSV(B)337.5º47.37%59.61%-
XYZ18.4713.4715.54-
YUV104.61129.35161.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 80 (31.64% from 255) = 23.60%
BLUE value IS 107 (42.19% from 255) = 31.56%
R=44.84%
G=23.60%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528010700.470.300.40337.531.0345.49
Hex98506B02F1E281521f2d
Octal23012015305736505223755
Binary100110001010000110101101011111111010100010101001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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