Html Css Color HEX #9D5066 Vin Rouge

📋 copy color: '#9D5066'

red 157 ◦ green 80 ◦ blue 102

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

Shades of Vin Rouge #9D5066

Tints of Vin Rouge #9D5066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 46.31%
G = 23.6%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#9D5066 (or 0x9D5066) is known color: Vin Rouge. HEX triplet: 9D, 50 and 66. RGB value is (157,80,102). Sum of RGB (Red+Green+Blue) = 157+80+102=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5066 is #62AF99. Grayscale: #696969. Windows color (decimal): -6467482 or 6705309. OLE color: 6705309.

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

Color convert

RGB 157 80 102 -
CMYK 0 0.49 0.35 0.38
HSL 342.86º 0.32% 0.46% -
HSV(B) 342.86º 0.49% 0.62% -
XYZ 19.17 13.86 14.24 -
YUV 105.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 157 80 102 0 0.49 0.35 0.38 342.86 0.32 0.46
Hex 9D 50 66 0 31 23 26 157 20 2E
Octal 235 120 146 0 61 43 46 527 40 56
Binary 10011101 1010000 1100110 0 110001 100011 100110 101010111 100000 101110

Color Harmonies of #9D5066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D5066

Black with #9D5066

Text Example


Text Example

White with #9D5066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,80,102); }

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

background-color css

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

 a { background-color: rgb(157,80,102); }

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

border-color css

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

 span { border-color: rgb(157,80,102); }

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