Html Css Color HEX #9D565C Vin Rouge

📋 copy color: '#9D565C'

red 157 ◦ green 86 ◦ blue 92

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

Shades of Vin Rouge #9D565C

Tints of Vin Rouge #9D565C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 46.87%
G = 25.67%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D565C (or 0x9D565C) is known color: Vin Rouge. HEX triplet: 9D, 56 and 5C. RGB value is (157,86,92). Sum of RGB (Red+Green+Blue) = 157+86+92=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 157 - color contains mainly: red. Hex color #9D565C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D565C is #62A9A3. Grayscale: #6B6B6B. Windows color (decimal): -6465956 or 6051485. OLE color: 6051485.

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

Color convert

RGB 157 86 92 -
CMYK 0 0.45 0.41 0.38
HSL 354.93º 0.29% 0.48% -
HSV(B) 354.93º 0.45% 0.62% -
XYZ 19.16 14.6 11.93 -
YUV 107.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 157 86 92 0 0.45 0.41 0.38 354.93 0.29 0.48
Hex 9D 56 5C 0 2D 29 26 163 1D 30
Octal 235 126 134 0 55 51 46 543 35 60
Binary 10011101 1010110 1011100 0 101101 101001 100110 101100011 11101 110000

Color Harmonies of #9D565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D565C

Black with #9D565C

Text Example


Text Example

White with #9D565C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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