Html Css Color HEX #9F585F Vin Rouge

📋 copy color: '#9F585F'

red 159 ◦ green 88 ◦ blue 95

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

Shades of Vin Rouge #9F585F

Tints of Vin Rouge #9F585F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 46.49%
G = 25.73%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9F585F (or 0x9F585F) is known color: Vin Rouge. HEX triplet: 9F, 58 and 5F. RGB value is (159,88,95). Sum of RGB (Red+Green+Blue) = 159+88+95=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 159 - color contains mainly: red. Hex color #9F585F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F585F is #60A7A0. Grayscale: #6E6E6E. Windows color (decimal): -6334369 or 6248607. OLE color: 6248607.

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

Color convert

RGB 159 88 95 -
CMYK 0 0.45 0.40 0.38
HSL 354.08º 0.29% 0.48% -
HSV(B) 354.08º 0.45% 0.62% -
XYZ 19.85 15.18 12.71 -
YUV 110.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 159 88 95 0 0.45 0.40 0.38 354.08 0.29 0.48
Hex 9F 58 5F 0 2D 28 26 162 1D 30
Octal 237 130 137 0 55 50 46 542 35 60
Binary 10011111 1011000 1011111 0 101101 101000 100110 101100010 11101 110000

Color Harmonies of #9F585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F585F

Black with #9F585F

Text Example


Text Example

White with #9F585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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