#995767

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

Shades of Vin Rouge #995767

Tints of Vin Rouge #995767

Color information

#995767 (or 0x995767) is unknown color: approx Vin Rouge. HEX triplet: 99, 57 and 67. RGB value is (153,87,103). Sum of RGB (Red+Green+Blue) = 153+87+103=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 103 (40.62% from 255 or 30.03% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995767 is #66A898. Grayscale: #6C6C6C. Windows color (decimal): -6727833 or 6772633. OLE color: 6772633.

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

Color convert

RGB15387103-
CMYK00.430.330.4
HSL345.45º27.5%47.06%-
HSV(B)345.45º43.14%60%-
XYZ18.9914.5714.64-
YUV108.56124.87159.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 87 (34.38% from 255) = 25.36%
BLUE value IS 103 (40.62% from 255) = 30.03%
R=44.61%
G=25.36%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538710300.430.330.4345.4527.547.06
Hex99576702B21281591c2f
Octal23112714705341505313457
Binary1001100110101111100111010101110000110100010101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995767; }

 p { color: rgb(153,87,103); }

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

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

 a { background-color: rgb(153,87,103); }

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

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

 span { border-color: rgb(153,87,103); }

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