#98525E

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

Shades of Vin Rouge #98525E

Tints of Vin Rouge #98525E

Color information

#98525E (or 0x98525E) is unknown color: approx Vin Rouge. HEX triplet: 98, 52 and 5E. RGB value is (152,82,94). Sum of RGB (Red+Green+Blue) = 152+82+94=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98525E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98525E is #67ADA1. Grayscale: #686868. Windows color (decimal): -6794658 or 6181528. OLE color: 6181528.

HSL color Cylindrical-coordinate representation of color #98525E: hue angle of 349.71º 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 #98525E is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1528294-
CMYK00.460.380.40
HSL349.71º29.91%45.88%-
HSV(B)349.71º46.05%59.61%-
XYZ17.9913.5212.25-
YUV104.3122.19162.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 82 (32.42% from 255) = 25%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=46.34%
G=25%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152829400.460.380.40349.7129.9145.88
Hex98525E02E262815e1e2e
Octal23012213605646505363656
Binary1001100010100101011110010111010011010100010101111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98525E; }

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

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

<style>
 a { background-color: #98525E; }

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

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

<style>
 span { border-color: #98525E; }

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

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