Html Css Color HEX #9C5E5F Vin Rouge

📋 copy color: '#9C5E5F'

red 156 ◦ green 94 ◦ blue 95

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

Shades of Vin Rouge #9C5E5F

Tints of Vin Rouge #9C5E5F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 45.22%
G = 27.25%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C5E5F (or 0x9C5E5F) is known color: Vin Rouge. HEX triplet: 9C, 5E and 5F. RGB value is (156,94,95). Sum of RGB (Red+Green+Blue) = 156+94+95=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E5F is #63A1A0. Grayscale: #707070. Windows color (decimal): -6529441 or 6250140. OLE color: 6250140.

HSL color Cylindrical-coordinate representation of color #9C5E5F: hue angle of 359.03º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E5F is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 95 -
CMYK 0 0.40 0.39 0.39
HSL 359.03º 0.25% 0.49% -
HSV(B) 359.03º 0.4% 0.61% -
XYZ 19.78 15.9 12.85 -
YUV 112.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 156 94 95 0 0.40 0.39 0.39 359.03 0.25 0.49
Hex 9C 5E 5F 0 28 27 27 167 19 31
Octal 234 136 137 0 50 47 47 547 31 61
Binary 10011100 1011110 1011111 0 101000 100111 100111 101100111 11001 110001

Color Harmonies of #9C5E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E5F

Black with #9C5E5F

Text Example


Text Example

White with #9C5E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,94,95); }

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

background-color css

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

 a { background-color: rgb(156,94,95); }

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

border-color css

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

 span { border-color: rgb(156,94,95); }

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