Html Css Color HEX #9C5562 Vin Rouge

📋 copy color: '#9C5562'

red 156 ◦ green 85 ◦ blue 98

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

Shades of Vin Rouge #9C5562

Tints of Vin Rouge #9C5562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.07%

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

R = 46.02%
G = 25.07%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9C5562 (or 0x9C5562) is known color: Vin Rouge. HEX triplet: 9C, 55 and 62. RGB value is (156,85,98). Sum of RGB (Red+Green+Blue) = 156+85+98=339 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.02% from 339); Green value is 85 (33.59% from 255 or 25.07% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5562 is #63AA9D. Grayscale: #6B6B6B. Windows color (decimal): -6531742 or 6444444. OLE color: 6444444.

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

Color convert

RGB 156 85 98 -
CMYK 0 0.46 0.37 0.39
HSL 349.01º 0.29% 0.47% -
HSV(B) 349.01º 0.46% 0.61% -
XYZ 19.16 14.45 13.33 -
YUV 107.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 156 85 98 0 0.46 0.37 0.39 349.01 0.29 0.47
Hex 9C 55 62 0 2E 25 27 15D 1D 2F
Octal 234 125 142 0 56 45 47 535 35 57
Binary 10011100 1010101 1100010 0 101110 100101 100111 101011101 11101 101111

Color Harmonies of #9C5562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5562

Black with #9C5562

Text Example


Text Example

White with #9C5562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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