Html Css Color HEX #9C576C Vin Rouge

📋 copy color: '#9C576C'

red 156 ◦ green 87 ◦ blue 108

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

Shades of Vin Rouge #9C576C

Tints of Vin Rouge #9C576C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 44.44%
G = 24.79%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C576C (or 0x9C576C) is known color: Vin Rouge. HEX triplet: 9C, 57 and 6C. RGB value is (156,87,108). Sum of RGB (Red+Green+Blue) = 156+87+108=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C576C is #63A893. Grayscale: #6E6E6E. Windows color (decimal): -6531220 or 7100316. OLE color: 7100316.

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

Color convert

RGB 156 87 108 -
CMYK 0 0.44 0.31 0.39
HSL 341.74º 0.28% 0.48% -
HSV(B) 341.74º 0.44% 0.61% -
XYZ 19.83 14.97 16.03 -
YUV 110.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 156 87 108 0 0.44 0.31 0.39 341.74 0.28 0.48
Hex 9C 57 6C 0 2C 1F 27 156 1C 30
Octal 234 127 154 0 54 37 47 526 34 60
Binary 10011100 1010111 1101100 0 101100 11111 100111 101010110 11100 110000

Color Harmonies of #9C576C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C576C

Black with #9C576C

Text Example


Text Example

White with #9C576C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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