Html Css Color HEX #9F585E Vin Rouge

📋 copy color: '#9F585E'

red 159 ◦ green 88 ◦ blue 94

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

Shades of Vin Rouge #9F585E

Tints of Vin Rouge #9F585E

RGB

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

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

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

R = 46.63%
G = 25.81%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9F585E (or 0x9F585E) is known color: Vin Rouge. HEX triplet: 9F, 58 and 5E. RGB value is (159,88,94). Sum of RGB (Red+Green+Blue) = 159+88+94=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F585E is #60A7A1. Grayscale: #6D6D6D. Windows color (decimal): -6334370 or 6183071. OLE color: 6183071.

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

Color convert

RGB 159 88 94 -
CMYK 0 0.45 0.41 0.38
HSL 354.93º 0.29% 0.48% -
HSV(B) 354.93º 0.45% 0.62% -
XYZ 19.81 15.16 12.47 -
YUV 109.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 159 88 94 0 0.45 0.41 0.38 354.93 0.29 0.48
Hex 9F 58 5E 0 2D 29 26 163 1D 30
Octal 237 130 136 0 55 51 46 543 35 60
Binary 10011111 1011000 1011110 0 101101 101001 100110 101100011 11101 110000

Color Harmonies of #9F585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F585E

Black with #9F585E

Text Example


Text Example

White with #9F585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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