#98545B

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

Shades of Vin Rouge #98545B

Tints of Vin Rouge #98545B

Color information

#98545B (or 0x98545B) is unknown color: approx Vin Rouge. HEX triplet: 98, 54 and 5B. RGB value is (152,84,91). Sum of RGB (Red+Green+Blue) = 152+84+91=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98545B is #67ABA4. Grayscale: #696969. Windows color (decimal): -6794149 or 5985432. OLE color: 5985432.

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

Color convert

RGB1528491-
CMYK00.450.400.40
HSL353.82º28.81%46.27%-
HSV(B)353.82º44.74%59.61%-
XYZ18.0113.7711.61-
YUV105.13120.03161.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 84 (33.20% from 255) = 25.69%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=46.48%
G=25.69%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152849100.450.400.40353.8228.8146.27
Hex98545B02D28281621d2e
Octal23012413305550505423556
Binary1001100010101001011011010110110100010100010110001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98545B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,84,91); }

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

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

 a { background-color: rgb(152,84,91); }

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

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

 span { border-color: rgb(152,84,91); }

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