Html Css Color HEX #9C585E Vin Rouge

📋 copy color: '#9C585E'

red 156 ◦ green 88 ◦ blue 94

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

Shades of Vin Rouge #9C585E

Tints of Vin Rouge #9C585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 46.15%
G = 26.04%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#9C585E (or 0x9C585E) is known color: Vin Rouge. HEX triplet: 9C, 58 and 5E. RGB value is (156,88,94). Sum of RGB (Red+Green+Blue) = 156+88+94=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C585E is #63A7A1. Grayscale: #6D6D6D. Windows color (decimal): -6530978 or 6183068. OLE color: 6183068.

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

Color convert

RGB 156 88 94 -
CMYK 0 0.44 0.40 0.39
HSL 354.71º 0.28% 0.48% -
HSV(B) 354.71º 0.44% 0.61% -
XYZ 19.22 14.86 12.44 -
YUV 109.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 156 88 94 0 0.44 0.40 0.39 354.71 0.28 0.48
Hex 9C 58 5E 0 2C 28 27 163 1C 30
Octal 234 130 136 0 54 50 47 543 34 60
Binary 10011100 1011000 1011110 0 101100 101000 100111 101100011 11100 110000

Color Harmonies of #9C585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C585E

Black with #9C585E

Text Example


Text Example

White with #9C585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,88,94); }

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

background-color css

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

 a { background-color: rgb(156,88,94); }

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

border-color css

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

 span { border-color: rgb(156,88,94); }

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