Html Css Color HEX #9C565B Vin Rouge

📋 copy color: '#9C565B'

red 156 ◦ green 86 ◦ blue 91

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

Shades of Vin Rouge #9C565B

Tints of Vin Rouge #9C565B

RGB

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

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

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

R = 46.85%
G = 25.83%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C565B (or 0x9C565B) is known color: Vin Rouge. HEX triplet: 9C, 56 and 5B. RGB value is (156,86,91). Sum of RGB (Red+Green+Blue) = 156+86+91=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C565B is #63A9A4. Grayscale: #6B6B6B. Windows color (decimal): -6531493 or 5985948. OLE color: 5985948.

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

Color convert

RGB 156 86 91 -
CMYK 0 0.45 0.42 0.39
HSL 355.71º 0.29% 0.47% -
HSV(B) 355.71º 0.45% 0.61% -
XYZ 18.93 14.48 11.69 -
YUV 107.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 156 86 91 0 0.45 0.42 0.39 355.71 0.29 0.47
Hex 9C 56 5B 0 2D 2A 27 164 1D 2F
Octal 234 126 133 0 55 52 47 544 35 57
Binary 10011100 1010110 1011011 0 101101 101010 100111 101100100 11101 101111

Color Harmonies of #9C565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C565B

Black with #9C565B

Text Example


Text Example

White with #9C565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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