Html Css Color HEX #9D565B Vin Rouge

📋 copy color: '#9D565B'

red 157 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #9D565B

Tints of Vin Rouge #9D565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.75%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 47.01%
G = 25.75%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.38

RGB Variations

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

Color information

#9D565B (or 0x9D565B) is known color: Vin Rouge. HEX triplet: 9D, 56 and 5B. RGB value is (157,86,91). Sum of RGB (Red+Green+Blue) = 157+86+91=334 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.01% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 157 - color contains mainly: red. Hex color #9D565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D565B is #62A9A4. Grayscale: #6B6B6B. Windows color (decimal): -6465957 or 5985949. OLE color: 5985949.

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

Color convert

RGB 157 86 91 -
CMYK 0 0.45 0.42 0.38
HSL 355.77º 0.29% 0.48% -
HSV(B) 355.77º 0.45% 0.62% -
XYZ 19.12 14.58 11.7 -
YUV 107.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 157 86 91 0 0.45 0.42 0.38 355.77 0.29 0.48
Hex 9D 56 5B 0 2D 2A 26 164 1D 30
Octal 235 126 133 0 55 52 46 544 35 60
Binary 10011101 1010110 1011011 0 101101 101010 100110 101100100 11101 110000

Color Harmonies of #9D565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D565B

Black with #9D565B

Text Example


Text Example

White with #9D565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,86,91); }

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

background-color css

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

 a { background-color: rgb(157,86,91); }

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

border-color css

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

 span { border-color: rgb(157,86,91); }

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