Html Css Color HEX #9C4F5D Vin Rouge

📋 copy color: '#9C4F5D'

red 156 ◦ green 79 ◦ blue 93

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

Shades of Vin Rouge #9C4F5D

Tints of Vin Rouge #9C4F5D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.09%

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

R = 47.56%
G = 24.09%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C4F5D (or 0x9C4F5D) is known color: Vin Rouge. HEX triplet: 9C, 4F and 5D. RGB value is (156,79,93). Sum of RGB (Red+Green+Blue) = 156+79+93=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F5D is #63B0A2. Grayscale: #676767. Windows color (decimal): -6533283 or 6115228. OLE color: 6115228.

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

Color convert

RGB 156 79 93 -
CMYK 0 0.49 0.40 0.39
HSL 349.09º 0.33% 0.46% -
HSV(B) 349.09º 0.49% 0.61% -
XYZ 18.48 13.45 11.98 -
YUV 103.62 122.01 165.36 -
System Red Green Blue C M Y K H S L
Decimal 156 79 93 0 0.49 0.40 0.39 349.09 0.33 0.46
Hex 9C 4F 5D 0 31 28 27 15D 21 2E
Octal 234 117 135 0 61 50 47 535 41 56
Binary 10011100 1001111 1011101 0 110001 101000 100111 101011101 100001 101110

Color Harmonies of #9C4F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F5D

Black with #9C4F5D

Text Example


Text Example

White with #9C4F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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