#99575D

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

Shades of Vin Rouge #99575D

Tints of Vin Rouge #99575D

Color information

#99575D (or 0x99575D) is unknown color: approx Vin Rouge. HEX triplet: 99, 57 and 5D. RGB value is (153,87,93). Sum of RGB (Red+Green+Blue) = 153+87+93=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #99575D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99575D is #66A8A2. Grayscale: #6B6B6B. Windows color (decimal): -6727843 or 6117273. OLE color: 6117273.

HSL color Cylindrical-coordinate representation of color #99575D: hue angle of 354.55º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99575D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB1538793-
CMYK00.430.390.4
HSL354.55º27.5%47.06%-
HSV(B)354.55º43.14%60%-
XYZ18.5214.3812.16-
YUV107.42119.87160.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 87 (34.38% from 255) = 26.13%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=45.95%
G=26.13%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153879300.430.390.4354.5527.547.06
Hex99575D02B27281631c2f
Octal23112713505347505433457
Binary1001100110101111011101010101110011110100010110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99575D; }

 p { color: rgb(153,87,93); }

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

<style>
 a { background-color: #99575D; }

 a { background-color: rgb(153,87,93); }

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

<style>
 span { border-color: #99575D; }

 span { border-color: rgb(153,87,93); }

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