Html Css Color HEX #9B5168 Vin Rouge

📋 copy color: '#9B5168'

red 155 ◦ green 81 ◦ blue 104

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

Shades of Vin Rouge #9B5168

Tints of Vin Rouge #9B5168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.82%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 45.59%
G = 23.82%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B5168 (or 0x9B5168) is known color: Vin Rouge. HEX triplet: 9B, 51 and 68. RGB value is (155,81,104). Sum of RGB (Red+Green+Blue) = 155+81+104=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5168 is #64AE97. Grayscale: #696969. Windows color (decimal): -6598296 or 6836635. OLE color: 6836635.

HSL color Cylindrical-coordinate representation of color #9B5168: hue angle of 341.35º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5168 is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 81 104 -
CMYK 0 0.48 0.33 0.39
HSL 341.35º 0.31% 0.46% -
HSV(B) 341.35º 0.48% 0.61% -
XYZ 18.96 13.85 14.77 -
YUV 105.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 155 81 104 0 0.48 0.33 0.39 341.35 0.31 0.46
Hex 9B 51 68 0 30 21 27 155 1F 2E
Octal 233 121 150 0 60 41 47 525 37 56
Binary 10011011 1010001 1101000 0 110000 100001 100111 101010101 11111 101110

Color Harmonies of #9B5168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5168

Black with #9B5168

Text Example


Text Example

White with #9B5168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,104); }

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

background-color css

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

 a { background-color: rgb(155,81,104); }

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

border-color css

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

 span { border-color: rgb(155,81,104); }

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