Html Css Color HEX #9B5864 Vin Rouge

📋 copy color: '#9B5864'

red 155 ◦ green 88 ◦ blue 100

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

Shades of Vin Rouge #9B5864

Tints of Vin Rouge #9B5864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.15%

R = 45.19%
G = 25.66%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#9B5864 (or 0x9B5864) is known color: Vin Rouge. HEX triplet: 9B, 58 and 64. RGB value is (155,88,100). Sum of RGB (Red+Green+Blue) = 155+88+100=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 100 (39.45% from 255 or 29.15% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5864 is #64A79B. Grayscale: #6D6D6D. Windows color (decimal): -6596508 or 6576283. OLE color: 6576283.

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

Color convert

RGB 155 88 100 -
CMYK 0 0.43 0.35 0.39
HSL 349.25º 0.28% 0.48% -
HSV(B) 349.25º 0.43% 0.61% -
XYZ 19.31 14.87 13.91 -
YUV 109.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 155 88 100 0 0.43 0.35 0.39 349.25 0.28 0.48
Hex 9B 58 64 0 2B 23 27 15D 1C 30
Octal 233 130 144 0 53 43 47 535 34 60
Binary 10011011 1011000 1100100 0 101011 100011 100111 101011101 11100 110000

Color Harmonies of #9B5864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5864

Black with #9B5864

Text Example


Text Example

White with #9B5864

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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