#98526F

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

Shades of Vin Rouge #98526F

Tints of Vin Rouge #98526F

Color information

#98526F (or 0x98526F) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 6F. RGB value is (152,82,111). Sum of RGB (Red+Green+Blue) = 152+82+111=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 152 - color contains mainly: red. Hex color #98526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98526F is #67AD90. Grayscale: #6A6A6A. Windows color (decimal): -6794641 or 7295640. OLE color: 7295640.

HSL color Cylindrical-coordinate representation of color #98526F: hue angle of 335.14º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98526F is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB15282111-
CMYK00.460.270.40
HSL335.14º29.91%45.88%-
HSV(B)335.14º46.05%59.61%-
XYZ18.8413.8616.72-
YUV106.24130.69160.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=44.06%
G=23.77%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528211100.460.270.40335.1429.9145.88
Hex98526F02E1B2814f1e2e
Octal23012215705633505173656
Binary100110001010010110111101011101101110100010100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98526F; }

 p { color: rgb(152,82,111); }

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

<style>
 a { background-color: #98526F; }

 a { background-color: rgb(152,82,111); }

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

<style>
 span { border-color: #98526F; }

 span { border-color: rgb(152,82,111); }

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