Html Css Color HEX #9B585E Vin Rouge

📋 copy color: '#9B585E'

red 155 ◦ green 88 ◦ blue 94

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

Shades of Vin Rouge #9B585E

Tints of Vin Rouge #9B585E

RGB

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

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

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

R = 45.99%
G = 26.11%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#9B585E (or 0x9B585E) is known color: Vin Rouge. HEX triplet: 9B, 58 and 5E. RGB value is (155,88,94). Sum of RGB (Red+Green+Blue) = 155+88+94=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B585E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B585E is #64A7A1. Grayscale: #6C6C6C. Windows color (decimal): -6596514 or 6183067. OLE color: 6183067.

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

Color convert

RGB 155 88 94 -
CMYK 0 0.43 0.39 0.39
HSL 354.63º 0.28% 0.48% -
HSV(B) 354.63º 0.43% 0.61% -
XYZ 19.03 14.76 12.44 -
YUV 108.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 155 88 94 0 0.43 0.39 0.39 354.63 0.28 0.48
Hex 9B 58 5E 0 2B 27 27 163 1C 30
Octal 233 130 136 0 53 47 47 543 34 60
Binary 10011011 1011000 1011110 0 101011 100111 100111 101100011 11100 110000

Color Harmonies of #9B585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B585E

Black with #9B585E

Text Example


Text Example

White with #9B585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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