Html Css Color HEX #9B5963 Vin Rouge

📋 copy color: '#9B5963'

red 155 ◦ green 89 ◦ blue 99

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

Shades of Vin Rouge #9B5963

Tints of Vin Rouge #9B5963

RGB

 RED value IS 155 (60.94% from 255) = 45.19%

 GREEN value IS 89 (35.16% from 255) = 25.95%

 BLUE value IS 99 (39.06% from 255) = 28.86%

R = 45.19%
G = 25.95%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#9B5963 (or 0x9B5963) is known color: Vin Rouge. HEX triplet: 9B, 59 and 63. RGB value is (155,89,99). Sum of RGB (Red+Green+Blue) = 155+89+99=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5963 is #64A69C. Grayscale: #6D6D6D. Windows color (decimal): -6596253 or 6511003. OLE color: 6511003.

HSL color Cylindrical-coordinate representation of color #9B5963: hue angle of 350.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5963 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 99 -
CMYK 0 0.43 0.36 0.39
HSL 350.91º 0.27% 0.48% -
HSV(B) 350.91º 0.43% 0.61% -
XYZ 19.34 15.01 13.68 -
YUV 109.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 155 89 99 0 0.43 0.36 0.39 350.91 0.27 0.48
Hex 9B 59 63 0 2B 24 27 15F 1B 30
Octal 233 131 143 0 53 44 47 537 33 60
Binary 10011011 1011001 1100011 0 101011 100100 100111 101011111 11011 110000

Color Harmonies of #9B5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5963

Black with #9B5963

Text Example


Text Example

White with #9B5963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,89,99); }

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

background-color css

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

 a { background-color: rgb(155,89,99); }

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

border-color css

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

 span { border-color: rgb(155,89,99); }

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