Html Css Color HEX #9C555B Vin Rouge

📋 copy color: '#9C555B'

red 156 ◦ green 85 ◦ blue 91

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

Shades of Vin Rouge #9C555B

Tints of Vin Rouge #9C555B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.41%

R = 46.99%
G = 25.6%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C555B (or 0x9C555B) is known color: 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

RGB 156 85 91 -
CMYK 0 0.46 0.42 0.39
HSL 354.93º 0.29% 0.47% -
HSV(B) 354.93º 0.46% 0.61% -
XYZ 18.85 14.32 11.67 -
YUV 106.91 119.02 163.01 -
System Red Green Blue C M Y K H S L
Decimal 156 85 91 0 0.46 0.42 0.39 354.93 0.29 0.47
Hex 9C 55 5B 0 2E 2A 27 163 1D 2F
Octal 234 125 133 0 56 52 47 543 35 57
Binary 10011100 1010101 1011011 0 101110 101010 100111 101100011 11101 101111

Color Harmonies of #9C555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C555B

Black with #9C555B

Text Example


Text Example

White with #9C555B

Text Example


Text Example

HTML Codes & Css Web 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>