Html Css Color HEX #9E586B Vin Rouge

📋 copy color: '#9E586B'

red 158 ◦ green 88 ◦ blue 107

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

Shades of Vin Rouge #9E586B

Tints of Vin Rouge #9E586B

RGB

 RED value IS 158 (62.11% from 255) = 44.76%

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 44.76%
G = 24.93%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E586B (or 0x9E586B) is known color: Vin Rouge. HEX triplet: 9E, 58 and 6B. RGB value is (158,88,107). Sum of RGB (Red+Green+Blue) = 158+88+107=353 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.76% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 158 - color contains mainly: red. Hex color #9E586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E586B is #61A794. Grayscale: #6F6F6F. Windows color (decimal): -6399893 or 7035038. OLE color: 7035038.

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

Color convert

RGB 158 88 107 -
CMYK 0 0.44 0.32 0.38
HSL 343.71º 0.28% 0.48% -
HSV(B) 343.71º 0.44% 0.62% -
XYZ 20.24 15.31 15.8 -
YUV 111.1 125.69 161.46 -
System Red Green Blue C M Y K H S L
Decimal 158 88 107 0 0.44 0.32 0.38 343.71 0.28 0.48
Hex 9E 58 6B 0 2C 20 26 158 1C 30
Octal 236 130 153 0 54 40 46 530 34 60
Binary 10011110 1011000 1101011 0 101100 100000 100110 101011000 11100 110000

Color Harmonies of #9E586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E586B

Black with #9E586B

Text Example


Text Example

White with #9E586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,88,107); }

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

background-color css

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

 a { background-color: rgb(158,88,107); }

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

border-color css

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

 span { border-color: rgb(158,88,107); }

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