#995462

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

Shades of Vin Rouge #995462

Tints of Vin Rouge #995462

Color information

#995462 (or 0x995462) is unknown color: approx Vin Rouge. HEX triplet: 99, 54 and 62. RGB value is (153,84,98). Sum of RGB (Red+Green+Blue) = 153+84+98=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #995462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995462 is #66AB9D. Grayscale: #6A6A6A. Windows color (decimal): -6728606 or 6444185. OLE color: 6444185.

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

Color convert

RGB1538498-
CMYK00.450.360.4
HSL347.83º29.11%46.47%-
HSV(B)347.83º45.1%60%-
XYZ18.5113.9913.28-
YUV106.23123.36161.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 84 (33.20% from 255) = 25.07%
BLUE value IS 98 (38.67% from 255) = 29.25%
R=45.67%
G=25.07%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153849800.450.360.4347.8329.1146.47
Hex99546202D242815c1d2e
Octal23112414205544505343556
Binary1001100110101001100010010110110010010100010101110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995462; }

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

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

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

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

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

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

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

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