Html Css Color HEX #9D4F5E Vin Rouge

📋 copy color: '#9D4F5E'

red 157 ◦ green 79 ◦ blue 94

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

Shades of Vin Rouge #9D4F5E

Tints of Vin Rouge #9D4F5E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 47.58%
G = 23.94%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#9D4F5E (or 0x9D4F5E) is known color: Vin Rouge. HEX triplet: 9D, 4F and 5E. RGB value is (157,79,94). Sum of RGB (Red+Green+Blue) = 157+79+94=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4F5E is #62B0A1. Grayscale: #686868. Windows color (decimal): -6467746 or 6180765. OLE color: 6180765.

HSL color Cylindrical-coordinate representation of color #9D4F5E: hue angle of 348.46º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4F5E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 79 94 -
CMYK 0 0.50 0.40 0.38
HSL 348.46º 0.33% 0.46% -
HSV(B) 348.46º 0.5% 0.62% -
XYZ 18.72 13.57 12.22 -
YUV 104.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 157 79 94 0 0.50 0.40 0.38 348.46 0.33 0.46
Hex 9D 4F 5E 0 32 28 26 15C 21 2E
Octal 235 117 136 0 62 50 46 534 41 56
Binary 10011101 1001111 1011110 0 110010 101000 100110 101011100 100001 101110

Color Harmonies of #9D4F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4F5E

Black with #9D4F5E

Text Example


Text Example

White with #9D4F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,79,94); }

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

background-color css

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

 a { background-color: rgb(157,79,94); }

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

border-color css

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

 span { border-color: rgb(157,79,94); }

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