Html Css Color HEX #9B555A Vin Rouge

📋 copy color: '#9B555A'

red 155 ◦ green 85 ◦ blue 90

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

Shades of Vin Rouge #9B555A

Tints of Vin Rouge #9B555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.27%

R = 46.97%
G = 25.76%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B555A (or 0x9B555A) is known color: Vin Rouge. HEX triplet: 9B, 55 and 5A. RGB value is (155,85,90). Sum of RGB (Red+Green+Blue) = 155+85+90=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B555A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B555A is #64AAA5. Grayscale: #6A6A6A. Windows color (decimal): -6597286 or 5920155. OLE color: 5920155.

HSL color Cylindrical-coordinate representation of color #9B555A: hue angle of 355.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B555A is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 85 90 -
CMYK 0 0.45 0.42 0.39
HSL 355.71º 0.29% 0.47% -
HSV(B) 355.71º 0.45% 0.61% -
XYZ 18.61 14.2 11.43 -
YUV 106.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 155 85 90 0 0.45 0.42 0.39 355.71 0.29 0.47
Hex 9B 55 5A 0 2D 2A 27 164 1D 2F
Octal 233 125 132 0 55 52 47 544 35 57
Binary 10011011 1010101 1011010 0 101101 101010 100111 101100100 11101 101111

Color Harmonies of #9B555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B555A

Black with #9B555A

Text Example


Text Example

White with #9B555A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,90); }

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

background-color css

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

 a { background-color: rgb(155,85,90); }

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

border-color css

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

 span { border-color: rgb(155,85,90); }

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