#9C555B

Color #9C555B Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9C555B

Tints of Vin Rouge #9C555B

Color information

#9C555B (or 0x9C555B) is unknown color: approx Vin Rouge. HEX triplet: 9C, 55 and 5B. RGB value is (156,85,91). Sum of RGB (Red+Green+Blue) = 156+85+91=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C555B is #63AAA4. Grayscale: #6A6A6A. Windows color (decimal): -6531749 or 5985692. OLE color: 5985692.

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

Color convert

RGB1568591-
CMYK00.460.420.39
HSL354.93º29.46%47.25%-
HSV(B)354.93º45.51%61.18%-
XYZ18.8514.3211.67-
YUV106.91119.02163.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 91 (35.94% from 255) = 27.41%
R=46.99%
G=25.60%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156859100.460.420.39354.9329.4647.25
Hex9C555B02E2A271631d2f
Octal23412513305652475433557
Binary1001110010101011011011010111010101010011110110001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C555B;
 }
 .AnyTagClassName
 {
   color: #9C555B;
 }
</style>
background-color css

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

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

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

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

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

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