#99545d

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

Shades of Vin Rouge #99545D

Tints of Vin Rouge #99545D

Color information

#99545D (or 0x99545D) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 5D. RGB value is (153,84,93). Sum of RGB (Red+Green+Blue) = 153+84+93=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99545D is #66ABA2. Grayscale: #696969. Windows color (decimal): -6728611 or 6116505. OLE color: 6116505.

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

Color convert

RGB1538493-
CMYK00.450.390.4
HSL352.17º29.11%46.47%-
HSV(B)352.17º45.1%60%-
XYZ18.2813.912.08-
YUV105.66120.86161.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 93 (36.72% from 255) = 28.18%
R=46.36%
G=25.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153849300.450.390.4352.1729.1146.47
Hex99545D02D27281601d2e
Octal23112413505547505403556
Binary1001100110101001011101010110110011110100010110000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99545d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99545d; }

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

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

<style>
 a { background-color: #99545d; }

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

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

<style>
 span { border-color: #99545d; }

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

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