#99555D

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

Shades of Vin Rouge #99555D

Tints of Vin Rouge #99555D

Color information

#99555D (or 0x99555D) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 5D. RGB value is (153,85,93). Sum of RGB (Red+Green+Blue) = 153+85+93=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99555D is #66AAA2. Grayscale: #6A6A6A. Windows color (decimal): -6728355 or 6116761. OLE color: 6116761.

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

Color convert

RGB1538593-
CMYK00.440.390.4
HSL352.94º28.57%46.67%-
HSV(B)352.94º44.44%60%-
XYZ18.3614.0612.1-
YUV106.24120.53161.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=46.22%
G=25.68%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153859300.440.390.4352.9428.5746.67
Hex99555D02C27281611d2f
Octal23112513505447505413557
Binary1001100110101011011101010110010011110100010110000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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