Html Css Color HEX #9E5A6A Vin Rouge

📋 copy color: '#9E5A6A'

red 158 ◦ green 90 ◦ blue 106

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

Shades of Vin Rouge #9E5A6A

Tints of Vin Rouge #9E5A6A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

 BLUE value IS 106 (41.8% from 255) = 29.94%

R = 44.63%
G = 25.42%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#9E5A6A (or 0x9E5A6A) is known color: Vin Rouge. HEX triplet: 9E, 5A and 6A. RGB value is (158,90,106). Sum of RGB (Red+Green+Blue) = 158+90+106=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5A6A is #61A595. Grayscale: #707070. Windows color (decimal): -6399382 or 6970014. OLE color: 6970014.

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

Color convert

RGB 158 90 106 -
CMYK 0 0.43 0.33 0.38
HSL 345.88º 0.27% 0.49% -
HSV(B) 345.88º 0.43% 0.62% -
XYZ 20.36 15.62 15.58 -
YUV 112.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 158 90 106 0 0.43 0.33 0.38 345.88 0.27 0.49
Hex 9E 5A 6A 0 2B 21 26 15A 1B 31
Octal 236 132 152 0 53 41 46 532 33 61
Binary 10011110 1011010 1101010 0 101011 100001 100110 101011010 11011 110001

Color Harmonies of #9E5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5A6A

Black with #9E5A6A

Text Example


Text Example

White with #9E5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,90,106); }

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

background-color css

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

 a { background-color: rgb(158,90,106); }

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

border-color css

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

 span { border-color: rgb(158,90,106); }

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