#995568

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

Shades of Vin Rouge #995568

Tints of Vin Rouge #995568

Color information

#995568 (or 0x995568) is unknown color: approx Vin Rouge. HEX triplet: 99, 55 and 68. RGB value is (153,85,104). Sum of RGB (Red+Green+Blue) = 153+85+104=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #995568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995568 is #66AA97. Grayscale: #6B6B6B. Windows color (decimal): -6728344 or 6837657. OLE color: 6837657.

HSL color Cylindrical-coordinate representation of color #995568: hue angle of 343.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995568 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15385104-
CMYK00.440.320.4
HSL343.24º28.57%46.67%-
HSV(B)343.24º44.44%60%-
XYZ18.8814.2714.86-
YUV107.5126.03160.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 85 (33.59% from 255) = 24.85%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=44.74%
G=24.85%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538510400.440.320.4343.2428.5746.67
Hex99556802C20281571d2f
Octal23112515005440505273557
Binary1001100110101011101000010110010000010100010101011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995568; }

 p { color: rgb(153,85,104); }

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

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

 a { background-color: rgb(153,85,104); }

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

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

 span { border-color: rgb(153,85,104); }

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