Html Css Color HEX #9C5364 Vin Rouge

📋 copy color: '#9C5364'

red 156 ◦ green 83 ◦ blue 100

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

Shades of Vin Rouge #9C5364

Tints of Vin Rouge #9C5364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

 BLUE value IS 100 (39.45% from 255) = 29.5%

R = 46.02%
G = 24.48%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9C5364 (or 0x9C5364) is known color: Vin Rouge. HEX triplet: 9C, 53 and 64. RGB value is (156,83,100). Sum of RGB (Red+Green+Blue) = 156+83+100=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 100 (39.45% from 255 or 29.50% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5364 is #63AC9B. Grayscale: #6A6A6A. Windows color (decimal): -6532252 or 6575004. OLE color: 6575004.

HSL color Cylindrical-coordinate representation of color #9C5364: hue angle of 346.03º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5364 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 83 100 -
CMYK 0 0.47 0.36 0.39
HSL 346.03º 0.31% 0.47% -
HSV(B) 346.03º 0.47% 0.61% -
XYZ 19.1 14.17 13.79 -
YUV 106.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 156 83 100 0 0.47 0.36 0.39 346.03 0.31 0.47
Hex 9C 53 64 0 2F 24 27 15A 1F 2F
Octal 234 123 144 0 57 44 47 532 37 57
Binary 10011100 1010011 1100100 0 101111 100100 100111 101011010 11111 101111

Color Harmonies of #9C5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5364

Black with #9C5364

Text Example


Text Example

White with #9C5364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,83,100); }

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

background-color css

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

 a { background-color: rgb(156,83,100); }

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

border-color css

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

 span { border-color: rgb(156,83,100); }

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