Html Css Color HEX #9C585B Vin Rouge

📋 copy color: '#9C585B'

red 156 ◦ green 88 ◦ blue 91

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

Shades of Vin Rouge #9C585B

Tints of Vin Rouge #9C585B

RGB

 RED value IS 156 (61.33% from 255) = 46.57%

 GREEN value IS 88 (34.77% from 255) = 26.27%

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

R = 46.57%
G = 26.27%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C585B (or 0x9C585B) is known color: Vin Rouge. HEX triplet: 9C, 58 and 5B. RGB value is (156,88,91). Sum of RGB (Red+Green+Blue) = 156+88+91=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 156 - color contains mainly: red. Hex color #9C585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C585B is #63A7A4. Grayscale: #6C6C6C. Windows color (decimal): -6530981 or 5986460. OLE color: 5986460.

HSL color Cylindrical-coordinate representation of color #9C585B: hue angle of 357.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C585B is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 88 91 -
CMYK 0 0.44 0.42 0.39
HSL 357.35º 0.28% 0.48% -
HSV(B) 357.35º 0.44% 0.61% -
XYZ 19.09 14.8 11.75 -
YUV 108.67 118.03 161.76 -
System Red Green Blue C M Y K H S L
Decimal 156 88 91 0 0.44 0.42 0.39 357.35 0.28 0.48
Hex 9C 58 5B 0 2C 2A 27 165 1C 30
Octal 234 130 133 0 54 52 47 545 34 60
Binary 10011100 1011000 1011011 0 101100 101010 100111 101100101 11100 110000

Color Harmonies of #9C585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C585B

Black with #9C585B

Text Example


Text Example

White with #9C585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,88,91); }

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

background-color css

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

 a { background-color: rgb(156,88,91); }

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

border-color css

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

 span { border-color: rgb(156,88,91); }

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