Html Css Color HEX #9C555F Vin Rouge

📋 copy color: '#9C555F'

red 156 ◦ green 85 ◦ blue 95

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

Shades of Vin Rouge #9C555F

Tints of Vin Rouge #9C555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 46.43%
G = 25.3%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9C555F (or 0x9C555F) is known color: Vin Rouge. HEX triplet: 9C, 55 and 5F. RGB value is (156,85,95). Sum of RGB (Red+Green+Blue) = 156+85+95=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C555F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C555F is #63AAA0. Grayscale: #6B6B6B. Windows color (decimal): -6531745 or 6247836. OLE color: 6247836.

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

Color convert

RGB 156 85 95 -
CMYK 0 0.46 0.39 0.39
HSL 351.55º 0.29% 0.47% -
HSV(B) 351.55º 0.46% 0.61% -
XYZ 19.02 14.39 12.6 -
YUV 107.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 156 85 95 0 0.46 0.39 0.39 351.55 0.29 0.47
Hex 9C 55 5F 0 2E 27 27 160 1D 2F
Octal 234 125 137 0 56 47 47 540 35 57
Binary 10011100 1010101 1011111 0 101110 100111 100111 101100000 11101 101111

Color Harmonies of #9C555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C555F

Black with #9C555F

Text Example


Text Example

White with #9C555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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