#99546B

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

Shades of Vin Rouge #99546B

Tints of Vin Rouge #99546B

Color information

#99546B (or 0x99546B) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 6B. RGB value is (153,84,107). Sum of RGB (Red+Green+Blue) = 153+84+107=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #99546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99546B is #66AB94. Grayscale: #6B6B6B. Windows color (decimal): -6728597 or 7034009. OLE color: 7034009.

HSL color Cylindrical-coordinate representation of color #99546B: hue angle of 340º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99546B is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB15384107-
CMYK00.450.300.4
HSL340º29.11%46.47%-
HSV(B)340º45.1%60%-
XYZ18.9614.1715.65-
YUV107.25127.86160.63-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=44.48%
G=24.42%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538410700.450.300.434029.1146.47
Hex99546B02D1E281541d2e
Octal23112415305536505243556
Binary100110011010100110101101011011111010100010101010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99546B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,84,107); }

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

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

 a { background-color: rgb(153,84,107); }

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

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

 span { border-color: rgb(153,84,107); }

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