#99546D

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

Shades of Vin Rouge #99546D

Tints of Vin Rouge #99546D

Color information

#99546D (or 0x99546D) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 6D. RGB value is (153,84,109). Sum of RGB (Red+Green+Blue) = 153+84+109=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99546D is #66AB92. Grayscale: #6B6B6B. Windows color (decimal): -6728595 or 7165081. OLE color: 7165081.

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

Color convert

RGB15384109-
CMYK00.450.290.4
HSL338.26º29.11%46.47%-
HSV(B)338.26º45.1%60%-
XYZ19.0714.2216.21-
YUV107.48128.86160.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.22%
GREEN value IS 84 (33.20% from 255) = 24.28%
BLUE value IS 109 (42.97% from 255) = 31.50%
R=44.22%
G=24.28%
B=31.50%

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
Decimal1538410900.450.290.4338.2629.1146.47
Hex99546D02D1D281521d2e
Octal23112415505535505223556
Binary100110011010100110110101011011110110100010101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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