Html Css Color HEX #9E506B Vin Rouge

📋 copy color: '#9E506B'

red 158 ◦ green 80 ◦ blue 107

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

Shades of Vin Rouge #9E506B

Tints of Vin Rouge #9E506B

RGB

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

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

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

R = 45.8%
G = 23.19%
B = 31.01%

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

#9E506B (or 0x9E506B) is known color: Vin Rouge. HEX triplet: 9E, 50 and 6B. RGB value is (158,80,107). Sum of RGB (Red+Green+Blue) = 158+80+107=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E506B is #61AF94. Grayscale: #6A6A6A. Windows color (decimal): -6401941 or 7032990. OLE color: 7032990.

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

Color convert

RGB 158 80 107 -
CMYK 0 0.49 0.32 0.38
HSL 339.23º 0.33% 0.47% -
HSV(B) 339.23º 0.49% 0.62% -
XYZ 19.62 14.07 15.59 -
YUV 106.4 128.34 164.8 -
System Red Green Blue C M Y K H S L
Decimal 158 80 107 0 0.49 0.32 0.38 339.23 0.33 0.47
Hex 9E 50 6B 0 31 20 26 153 21 2F
Octal 236 120 153 0 61 40 46 523 41 57
Binary 10011110 1010000 1101011 0 110001 100000 100110 101010011 100001 101111

Color Harmonies of #9E506B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E506B

Black with #9E506B

Text Example


Text Example

White with #9E506B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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