Html Css Color HEX #9B5762 Vin Rouge

📋 copy color: '#9B5762'

red 155 ◦ green 87 ◦ blue 98

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

Shades of Vin Rouge #9B5762

Tints of Vin Rouge #9B5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.59%

 BLUE value IS 98 (38.67% from 255) = 28.82%

R = 45.59%
G = 25.59%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#9B5762 (or 0x9B5762) is known color: Vin Rouge. HEX triplet: 9B, 57 and 62. RGB value is (155,87,98). Sum of RGB (Red+Green+Blue) = 155+87+98=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 98 (38.67% from 255 or 28.82% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5762 is #64A89D. Grayscale: #6C6C6C. Windows color (decimal): -6596766 or 6444955. OLE color: 6444955.

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

Color convert

RGB 155 87 98 -
CMYK 0 0.44 0.37 0.39
HSL 350.29º 0.28% 0.47% -
HSV(B) 350.29º 0.44% 0.61% -
XYZ 19.13 14.67 13.38 -
YUV 108.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 155 87 98 0 0.44 0.37 0.39 350.29 0.28 0.47
Hex 9B 57 62 0 2C 25 27 15E 1C 2F
Octal 233 127 142 0 54 45 47 536 34 57
Binary 10011011 1010111 1100010 0 101100 100101 100111 101011110 11100 101111

Color Harmonies of #9B5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5762

Black with #9B5762

Text Example


Text Example

White with #9B5762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,87,98); }

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

background-color css

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

 a { background-color: rgb(155,87,98); }

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

border-color css

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

 span { border-color: rgb(155,87,98); }

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