Html Css Color HEX #9F5C5E Vin Rouge

📋 copy color: '#9F5C5E'

red 159 ◦ green 92 ◦ blue 94

#9F5C5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #9F5C5E

Tints of Vin Rouge #9F5C5E

RGB

 RED value IS 159 (62.5% from 255) = 46.09%

 GREEN value IS 92 (36.33% from 255) = 26.67%

 BLUE value IS 94 (37.11% from 255) = 27.25%

R = 46.09%
G = 26.67%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F5C5E (or 0x9F5C5E) is known color: Vin Rouge. HEX triplet: 9F, 5C and 5E. RGB value is (159,92,94). Sum of RGB (Red+Green+Blue) = 159+92+94=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C5E is #60A3A1. Grayscale: #707070. Windows color (decimal): -6333346 or 6184095. OLE color: 6184095.

HSL color Cylindrical-coordinate representation of color #9F5C5E: hue angle of 358.21º 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 #9F5C5E is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 92 94 -
CMYK 0 0.42 0.41 0.38
HSL 358.21º 0.27% 0.49% -
HSV(B) 358.21º 0.42% 0.62% -
XYZ 20.15 15.83 12.58 -
YUV 112.26 117.7 161.34 -
System Red Green Blue C M Y K H S L
Decimal 159 92 94 0 0.42 0.41 0.38 358.21 0.27 0.49
Hex 9F 5C 5E 0 2A 29 26 166 1B 31
Octal 237 134 136 0 52 51 46 546 33 61
Binary 10011111 1011100 1011110 0 101010 101001 100110 101100110 11011 110001

Color Harmonies of #9F5C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C5E

Black with #9F5C5E

Text Example


Text Example

White with #9F5C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F5C5E;
 }
 .AnyTagClassName
 {
   color: #9F5C5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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