#99546C

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

Shades of Vin Rouge #99546C

Tints of Vin Rouge #99546C

Color information

#99546C (or 0x99546C) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 6C. RGB value is (153,84,108). Sum of RGB (Red+Green+Blue) = 153+84+108=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99546C is #66AB93. Grayscale: #6B6B6B. Windows color (decimal): -6728596 or 7099545. OLE color: 7099545.

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

Color convert

RGB15384108-
CMYK00.450.290.4
HSL339.13º29.11%46.47%-
HSV(B)339.13º45.1%60%-
XYZ19.0114.215.93-
YUV107.37128.36160.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 108 (42.58% from 255) = 31.30%
R=44.35%
G=24.35%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538410800.450.290.4339.1329.1146.47
Hex99546C02D1D281531d2e
Octal23112415405535505233556
Binary100110011010100110110001011011110110100010101001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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