Html Css Color HEX #9C515D Vin Rouge

📋 copy color: '#9C515D'

red 156 ◦ green 81 ◦ blue 93

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

Shades of Vin Rouge #9C515D

Tints of Vin Rouge #9C515D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.55%

 BLUE value IS 93 (36.72% from 255) = 28.18%

R = 47.27%
G = 24.55%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C515D (or 0x9C515D) is known color: Vin Rouge. HEX triplet: 9C, 51 and 5D. RGB value is (156,81,93). Sum of RGB (Red+Green+Blue) = 156+81+93=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C515D is #63AEA2. Grayscale: #686868. Windows color (decimal): -6532771 or 6115740. OLE color: 6115740.

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

Color convert

RGB 156 81 93 -
CMYK 0 0.48 0.40 0.39
HSL 350.4º 0.32% 0.46% -
HSV(B) 350.4º 0.48% 0.61% -
XYZ 18.63 13.74 12.03 -
YUV 104.79 121.35 164.52 -
System Red Green Blue C M Y K H S L
Decimal 156 81 93 0 0.48 0.40 0.39 350.4 0.32 0.46
Hex 9C 51 5D 0 30 28 27 15E 20 2E
Octal 234 121 135 0 60 50 47 536 40 56
Binary 10011100 1010001 1011101 0 110000 101000 100111 101011110 100000 101110

Color Harmonies of #9C515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C515D

Black with #9C515D

Text Example


Text Example

White with #9C515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,81,93); }

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

background-color css

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

 a { background-color: rgb(156,81,93); }

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

border-color css

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

 span { border-color: rgb(156,81,93); }

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