Html Css Color HEX #9C575A Vin Rouge

📋 copy color: '#9C575A'

red 156 ◦ green 87 ◦ blue 90

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

Shades of Vin Rouge #9C575A

Tints of Vin Rouge #9C575A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.03%

R = 46.85%
G = 26.13%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C575A (or 0x9C575A) is known color: Vin Rouge. HEX triplet: 9C, 57 and 5A. RGB value is (156,87,90). Sum of RGB (Red+Green+Blue) = 156+87+90=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 87 (34.38% from 255 or 26.13% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C575A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C575A is #63A8A5. Grayscale: #6C6C6C. Windows color (decimal): -6531238 or 5920668. OLE color: 5920668.

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

Color convert

RGB 156 87 90 -
CMYK 0 0.44 0.42 0.39
HSL 357.39º 0.28% 0.48% -
HSV(B) 357.39º 0.44% 0.61% -
XYZ 18.96 14.62 11.5 -
YUV 107.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 156 87 90 0 0.44 0.42 0.39 357.39 0.28 0.48
Hex 9C 57 5A 0 2C 2A 27 165 1C 30
Octal 234 127 132 0 54 52 47 545 34 60
Binary 10011100 1010111 1011010 0 101100 101010 100111 101100101 11100 110000

Color Harmonies of #9C575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C575A

Black with #9C575A

Text Example


Text Example

White with #9C575A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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