Html Css Color HEX #9C5764 Vin Rouge

📋 copy color: '#9C5764'

red 156 ◦ green 87 ◦ blue 100

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

Shades of Vin Rouge #9C5764

Tints of Vin Rouge #9C5764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 45.48%
G = 25.36%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9C5764 (or 0x9C5764) is known color: Vin Rouge. HEX triplet: 9C, 57 and 64. RGB value is (156,87,100). Sum of RGB (Red+Green+Blue) = 156+87+100=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5764 is #63A89B. Grayscale: #6D6D6D. Windows color (decimal): -6531228 or 6576028. OLE color: 6576028.

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

Color convert

RGB 156 87 100 -
CMYK 0 0.44 0.36 0.39
HSL 348.7º 0.28% 0.48% -
HSV(B) 348.7º 0.44% 0.61% -
XYZ 19.42 14.8 13.89 -
YUV 109.11 122.86 161.44 -
System Red Green Blue C M Y K H S L
Decimal 156 87 100 0 0.44 0.36 0.39 348.7 0.28 0.48
Hex 9C 57 64 0 2C 24 27 15D 1C 30
Octal 234 127 144 0 54 44 47 535 34 60
Binary 10011100 1010111 1100100 0 101100 100100 100111 101011101 11100 110000

Color Harmonies of #9C5764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5764

Black with #9C5764

Text Example


Text Example

White with #9C5764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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