#99555C

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

Shades of Vin Rouge #99555C

Tints of Vin Rouge #99555C

Color information

#99555C (or 0x99555C) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 5C. RGB value is (153,85,92). Sum of RGB (Red+Green+Blue) = 153+85+92=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99555C is #66AAA3. Grayscale: #6A6A6A. Windows color (decimal): -6728356 or 6051225. OLE color: 6051225.

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

Color convert

RGB1538592-
CMYK00.440.400.4
HSL353.82º28.57%46.67%-
HSV(B)353.82º44.44%60%-
XYZ18.3214.0411.87-
YUV106.13120.03161.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 85 (33.59% from 255) = 25.76%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=46.36%
G=25.76%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153859200.440.400.4353.8228.5746.67
Hex99555C02C28281621d2f
Octal23112513405450505423557
Binary1001100110101011011100010110010100010100010110001011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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