Html Css Color HEX #9E5062 Vin Rouge

📋 copy color: '#9E5062'

red 158 ◦ green 80 ◦ blue 98

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

Shades of Vin Rouge #9E5062

Tints of Vin Rouge #9E5062

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.81%

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 47.02%
G = 23.81%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.38

RGB Variations

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

Color information

#9E5062 (or 0x9E5062) is known color: Vin Rouge. HEX triplet: 9E, 50 and 62. RGB value is (158,80,98). Sum of RGB (Red+Green+Blue) = 158+80+98=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 80 (31.64% from 255 or 23.81% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5062 is #61AF9D. Grayscale: #696969. Windows color (decimal): -6401950 or 6443166. OLE color: 6443166.

HSL color Cylindrical-coordinate representation of color #9E5062: hue angle of 346.15º degrees, saturation: 0.33, 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 #9E5062 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 80 98 -
CMYK 0 0.49 0.38 0.38
HSL 346.15º 0.33% 0.47% -
HSV(B) 346.15º 0.49% 0.62% -
XYZ 19.17 13.89 13.23 -
YUV 105.37 123.84 165.54 -
System Red Green Blue C M Y K H S L
Decimal 158 80 98 0 0.49 0.38 0.38 346.15 0.33 0.47
Hex 9E 50 62 0 31 26 26 15A 21 2F
Octal 236 120 142 0 61 46 46 532 41 57
Binary 10011110 1010000 1100010 0 110001 100110 100110 101011010 100001 101111

Color Harmonies of #9E5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5062

Black with #9E5062

Text Example


Text Example

White with #9E5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,80,98); }

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

background-color css

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

 a { background-color: rgb(158,80,98); }

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

border-color css

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

 span { border-color: rgb(158,80,98); }

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