Html Css Color HEX #9E516B Vin Rouge

📋 copy color: '#9E516B'

red 158 ◦ green 81 ◦ blue 107

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

Shades of Vin Rouge #9E516B

Tints of Vin Rouge #9E516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

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

R = 45.66%
G = 23.41%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9E516B (or 0x9E516B) is known color: Vin Rouge. HEX triplet: 9E, 51 and 6B. RGB value is (158,81,107). Sum of RGB (Red+Green+Blue) = 158+81+107=346 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.66% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 158 - color contains mainly: red. Hex color #9E516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E516B is #61AE94. Grayscale: #6A6A6A. Windows color (decimal): -6401685 or 7033246. OLE color: 7033246.

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

Color convert

RGB 158 81 107 -
CMYK 0 0.49 0.32 0.38
HSL 339.74º 0.32% 0.47% -
HSV(B) 339.74º 0.49% 0.62% -
XYZ 19.7 14.22 15.62 -
YUV 106.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 158 81 107 0 0.49 0.32 0.38 339.74 0.32 0.47
Hex 9E 51 6B 0 31 20 26 154 20 2F
Octal 236 121 153 0 61 40 46 524 40 57
Binary 10011110 1010001 1101011 0 110001 100000 100110 101010100 100000 101111

Color Harmonies of #9E516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E516B

Black with #9E516B

Text Example


Text Example

White with #9E516B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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