Html Css Color HEX #9D5A6A Vin Rouge

📋 copy color: '#9D5A6A'

red 157 ◦ green 90 ◦ blue 106

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

Shades of Vin Rouge #9D5A6A

Tints of Vin Rouge #9D5A6A

RGB

 RED value IS 157 (61.72% from 255) = 44.48%

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

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

R = 44.48%
G = 25.5%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9D5A6A (or 0x9D5A6A) is known color: Vin Rouge. HEX triplet: 9D, 5A and 6A. RGB value is (157,90,106). Sum of RGB (Red+Green+Blue) = 157+90+106=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5A6A is #62A595. Grayscale: #6F6F6F. Windows color (decimal): -6464918 or 6970013. OLE color: 6970013.

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

Color convert

RGB 157 90 106 -
CMYK 0 0.43 0.32 0.38
HSL 345.67º 0.27% 0.48% -
HSV(B) 345.67º 0.43% 0.62% -
XYZ 20.16 15.52 15.57 -
YUV 111.86 124.7 160.2 -
System Red Green Blue C M Y K H S L
Decimal 157 90 106 0 0.43 0.32 0.38 345.67 0.27 0.48
Hex 9D 5A 6A 0 2B 20 26 15A 1B 30
Octal 235 132 152 0 53 40 46 532 33 60
Binary 10011101 1011010 1101010 0 101011 100000 100110 101011010 11011 110000

Color Harmonies of #9D5A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5A6A

Black with #9D5A6A

Text Example


Text Example

White with #9D5A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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