Html Css Color HEX #9C555C Vin Rouge

📋 copy color: '#9C555C'

red 156 ◦ green 85 ◦ blue 92

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

Shades of Vin Rouge #9C555C

Tints of Vin Rouge #9C555C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.63%

R = 46.85%
G = 25.53%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9C555C (or 0x9C555C) is known color: Vin Rouge. HEX triplet: 9C, 55 and 5C. RGB value is (156,85,92). Sum of RGB (Red+Green+Blue) = 156+85+92=333 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.85% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 156 - color contains mainly: red. Hex color #9C555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C555C is #63AAA3. Grayscale: #6B6B6B. Windows color (decimal): -6531748 or 6051228. OLE color: 6051228.

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

Color convert

RGB 156 85 92 -
CMYK 0 0.46 0.41 0.39
HSL 354.08º 0.29% 0.47% -
HSV(B) 354.08º 0.46% 0.61% -
XYZ 18.89 14.34 11.9 -
YUV 107.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 156 85 92 0 0.46 0.41 0.39 354.08 0.29 0.47
Hex 9C 55 5C 0 2E 29 27 162 1D 2F
Octal 234 125 134 0 56 51 47 542 35 57
Binary 10011100 1010101 1011100 0 101110 101001 100111 101100010 11101 101111

Color Harmonies of #9C555C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C555C

Black with #9C555C

Text Example


Text Example

White with #9C555C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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