Html Css Color HEX #9C4F6A Vin Rouge

📋 copy color: '#9C4F6A'

red 156 ◦ green 79 ◦ blue 106

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

Shades of Vin Rouge #9C4F6A

Tints of Vin Rouge #9C4F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 45.75%
G = 23.17%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C4F6A (or 0x9C4F6A) is known color: Vin Rouge. HEX triplet: 9C, 4F and 6A. RGB value is (156,79,106). Sum of RGB (Red+Green+Blue) = 156+79+106=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 79 (31.25% from 255 or 23.17% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F6A is #63B095. Grayscale: #696969. Windows color (decimal): -6533270 or 6967196. OLE color: 6967196.

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

Color convert

RGB 156 79 106 -
CMYK 0 0.49 0.32 0.39
HSL 338.96º 0.33% 0.46% -
HSV(B) 338.96º 0.49% 0.61% -
XYZ 19.11 13.7 15.27 -
YUV 105.1 128.51 164.3 -
System Red Green Blue C M Y K H S L
Decimal 156 79 106 0 0.49 0.32 0.39 338.96 0.33 0.46
Hex 9C 4F 6A 0 31 20 27 153 21 2E
Octal 234 117 152 0 61 40 47 523 41 56
Binary 10011100 1001111 1101010 0 110001 100000 100111 101010011 100001 101110

Color Harmonies of #9C4F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C4F6A

Black with #9C4F6A

Text Example


Text Example

White with #9C4F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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