Html Css Color HEX #9C4F75 Vin Rouge

📋 copy color: '#9C4F75'

red 156 ◦ green 79 ◦ blue 117

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

Shades of Vin Rouge #9C4F75

Tints of Vin Rouge #9C4F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 44.32%
G = 22.44%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C4F75 (or 0x9C4F75) is known color: Vin Rouge. HEX triplet: 9C, 4F and 75. RGB value is (156,79,117). Sum of RGB (Red+Green+Blue) = 156+79+117=352 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.32% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F75 is #63B08A. Grayscale: #6A6A6A. Windows color (decimal): -6533259 or 7688092. OLE color: 7688092.

HSL color Cylindrical-coordinate representation of color #9C4F75: hue angle of 330.39º 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 #9C4F75 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 79 117 -
CMYK 0 0.49 0.25 0.39
HSL 330.39º 0.33% 0.46% -
HSV(B) 330.39º 0.49% 0.61% -
XYZ 19.72 13.94 18.48 -
YUV 106.36 134.01 163.41 -
System Red Green Blue C M Y K H S L
Decimal 156 79 117 0 0.49 0.25 0.39 330.39 0.33 0.46
Hex 9C 4F 75 0 31 19 27 14A 21 2E
Octal 234 117 165 0 61 31 47 512 41 56
Binary 10011100 1001111 1110101 0 110001 11001 100111 101001010 100001 101110

Color Harmonies of #9C4F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F75

Black with #9C4F75

Text Example


Text Example

White with #9C4F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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