Html Css Color HEX #9C4F65 Vin Rouge

📋 copy color: '#9C4F65'

red 156 ◦ green 79 ◦ blue 101

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

Shades of Vin Rouge #9C4F65

Tints of Vin Rouge #9C4F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 46.43%
G = 23.51%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9C4F65 (or 0x9C4F65) is known color: Vin Rouge. HEX triplet: 9C, 4F and 65. RGB value is (156,79,101). Sum of RGB (Red+Green+Blue) = 156+79+101=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F65 is #63B09A. Grayscale: #686868. Windows color (decimal): -6533275 or 6639516. OLE color: 6639516.

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

Color convert

RGB 156 79 101 -
CMYK 0 0.49 0.35 0.39
HSL 342.86º 0.33% 0.46% -
HSV(B) 342.86º 0.49% 0.61% -
XYZ 18.86 13.6 13.94 -
YUV 104.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 156 79 101 0 0.49 0.35 0.39 342.86 0.33 0.46
Hex 9C 4F 65 0 31 23 27 157 21 2E
Octal 234 117 145 0 61 43 47 527 41 56
Binary 10011100 1001111 1100101 0 110001 100011 100111 101010111 100001 101110

Color Harmonies of #9C4F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F65

Black with #9C4F65

Text Example


Text Example

White with #9C4F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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