Html Css Color HEX #9B585D Vin Rouge

📋 copy color: '#9B585D'

red 155 ◦ green 88 ◦ blue 93

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

Shades of Vin Rouge #9B585D

Tints of Vin Rouge #9B585D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 46.13%
G = 26.19%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#9B585D (or 0x9B585D) is known color: Vin Rouge. HEX triplet: 9B, 58 and 5D. RGB value is (155,88,93). Sum of RGB (Red+Green+Blue) = 155+88+93=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B585D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B585D is #64A7A2. Grayscale: #6C6C6C. Windows color (decimal): -6596515 or 6117531. OLE color: 6117531.

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

Color convert

RGB 155 88 93 -
CMYK 0 0.43 0.4 0.39
HSL 355.52º 0.28% 0.48% -
HSV(B) 355.52º 0.43% 0.61% -
XYZ 18.98 14.74 12.2 -
YUV 108.6 119.2 161.09 -
System Red Green Blue C M Y K H S L
Decimal 155 88 93 0 0.43 0.4 0.39 355.52 0.28 0.48
Hex 9B 58 5D 0 2B 28 27 164 1C 30
Octal 233 130 135 0 53 50 47 544 34 60
Binary 10011011 1011000 1011101 0 101011 101000 100111 101100100 11100 110000

Color Harmonies of #9B585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B585D

Black with #9B585D

Text Example


Text Example

White with #9B585D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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