#9F5C69

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

Shades of Vin Rouge #9F5C69

Tints of Vin Rouge #9F5C69

Color information

#9F5C69 (or 0x9F5C69) is unknown color: approx Vin Rouge. HEX triplet: 9F, 5C and 69. RGB value is (159,92,105). Sum of RGB (Red+Green+Blue) = 159+92+105=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C69 is #60A396. Grayscale: #717171. Windows color (decimal): -6333335 or 6904991. OLE color: 6904991.

HSL color Cylindrical-coordinate representation of color #9F5C69: hue angle of 348.36º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C69 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB15992105-
CMYK00.420.340.38
HSL348.36º26.69%49.22%-
HSV(B)348.36º42.14%62.35%-
XYZ20.6816.0515.37-
YUV113.51123.2160.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.66%
GREEN value IS 92 (36.33% from 255) = 25.84%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=44.66%
G=25.84%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599210500.420.340.38348.3626.6949.22
Hex9F5C6902A222615c1b31
Octal23713415105242465343361
Binary1001111110111001101001010101010001010011010101110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5C69; }

 p { color: rgb(159,92,105); }

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

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

 a { background-color: rgb(159,92,105); }

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

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

 span { border-color: rgb(159,92,105); }

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