Html Css Color HEX #9F585D Vin Rouge

📋 copy color: '#9F585D'

red 159 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #9F585D

Tints of Vin Rouge #9F585D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.88%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 46.76%
G = 25.88%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9F585D (or 0x9F585D) is known color: Vin Rouge. HEX triplet: 9F, 58 and 5D. RGB value is (159,88,93). Sum of RGB (Red+Green+Blue) = 159+88+93=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F585D is #60A7A2. Grayscale: #6D6D6D. Windows color (decimal): -6334371 or 6117535. OLE color: 6117535.

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

Color convert

RGB 159 88 93 -
CMYK 0 0.45 0.42 0.38
HSL 355.77º 0.29% 0.48% -
HSV(B) 355.77º 0.45% 0.62% -
XYZ 19.76 15.14 12.24 -
YUV 109.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 159 88 93 0 0.45 0.42 0.38 355.77 0.29 0.48
Hex 9F 58 5D 0 2D 2A 26 164 1D 30
Octal 237 130 135 0 55 52 46 544 35 60
Binary 10011111 1011000 1011101 0 101101 101010 100110 101100100 11101 110000

Color Harmonies of #9F585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F585D

Black with #9F585D

Text Example


Text Example

White with #9F585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,88,93); }

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

background-color css

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

 a { background-color: rgb(159,88,93); }

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

border-color css

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

 span { border-color: rgb(159,88,93); }

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