#99535B

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

Shades of Vin Rouge #99535B

Tints of Vin Rouge #99535B

Color information

#99535B (or 0x99535B) is unknown color: approx Vin Rouge. HEX triplet: 99, 53 and 5B. RGB value is (153,83,91). Sum of RGB (Red+Green+Blue) = 153+83+91=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #99535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99535B is #66ACA4. Grayscale: #686868. Windows color (decimal): -6728869 or 5985177. OLE color: 5985177.

HSL color Cylindrical-coordinate representation of color #99535B: hue angle of 353.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 #99535B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB1538391-
CMYK00.460.410.4
HSL353.14º29.66%46.27%-
HSV(B)353.14º45.75%60%-
XYZ18.1213.7111.59-
YUV104.84120.19162.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 83 (32.81% from 255) = 25.38%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=46.79%
G=25.38%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153839100.460.410.4353.1429.6646.27
Hex99535B02E29281611e2e
Octal23112313305651505413656
Binary1001100110100111011011010111010100110100010110000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,83,91); }

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

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

 a { background-color: rgb(153,83,91); }

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

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

 span { border-color: rgb(153,83,91); }

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