#98535C

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

Shades of Vin Rouge #98535C

Tints of Vin Rouge #98535C

Color information

#98535C (or 0x98535C) is unknown color: approx Vin Rouge. HEX triplet: 98, 53 and 5C. RGB value is (152,83,92). Sum of RGB (Red+Green+Blue) = 152+83+92=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98535C is #67ACA3. Grayscale: #686868. Windows color (decimal): -6794404 or 6050712. OLE color: 6050712.

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

Color convert

RGB1528392-
CMYK00.450.390.40
HSL352.17º29.36%46.08%-
HSV(B)352.17º45.39%59.61%-
XYZ17.9713.6311.81-
YUV104.66120.86161.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 92 (36.33% from 255) = 28.13%
R=46.48%
G=25.38%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152839200.450.390.40352.1729.3646.08
Hex98535C02D27281601d2e
Octal23012313405547505403556
Binary1001100010100111011100010110110011110100010110000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98535C; }

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

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

<style>
 a { background-color: #98535C; }

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

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

<style>
 span { border-color: #98535C; }

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

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