Html Css Color HEX #9C5762 Vin Rouge

📋 copy color: '#9C5762'

red 156 ◦ green 87 ◦ blue 98

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

Shades of Vin Rouge #9C5762

Tints of Vin Rouge #9C5762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.74%

R = 45.75%
G = 25.51%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C5762 (or 0x9C5762) is known color: Vin Rouge. HEX triplet: 9C, 57 and 62. RGB value is (156,87,98). Sum of RGB (Red+Green+Blue) = 156+87+98=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5762 is #63A89D. Grayscale: #6C6C6C. Windows color (decimal): -6531230 or 6444956. OLE color: 6444956.

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

Color convert

RGB 156 87 98 -
CMYK 0 0.44 0.37 0.39
HSL 350.43º 0.28% 0.48% -
HSV(B) 350.43º 0.44% 0.61% -
XYZ 19.32 14.77 13.39 -
YUV 108.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 156 87 98 0 0.44 0.37 0.39 350.43 0.28 0.48
Hex 9C 57 62 0 2C 25 27 15E 1C 30
Octal 234 127 142 0 54 45 47 536 34 60
Binary 10011100 1010111 1100010 0 101100 100101 100111 101011110 11100 110000

Color Harmonies of #9C5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5762

Black with #9C5762

Text Example


Text Example

White with #9C5762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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