#99556A

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

Shades of Vin Rouge #99556A

Tints of Vin Rouge #99556A

Color information

#99556A (or 0x99556A) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 6A. RGB value is (153,85,106). Sum of RGB (Red+Green+Blue) = 153+85+106=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99556A is #66AA95. Grayscale: #6B6B6B. Windows color (decimal): -6728342 or 6968729. OLE color: 6968729.

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

Color convert

RGB15385106-
CMYK00.440.310.4
HSL341.47º28.57%46.67%-
HSV(B)341.47º44.44%60%-
XYZ18.9914.3115.4-
YUV107.73127.03160.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=44.48%
G=24.71%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538510600.440.310.4341.4728.5746.67
Hex99556A02C1F281551d2f
Octal23112515205437505253557
Binary100110011010101110101001011001111110100010101010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99556A; }

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

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

<style>
 a { background-color: #99556A; }

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

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

<style>
 span { border-color: #99556A; }

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

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