#9B4F6F

Color #9B4F6F Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #9B4F6F

Tints of Vin Rouge #9B4F6F

Color information

#9B4F6F (or 0x9B4F6F) is unknown color: approx Vin Rouge. HEX triplet: 9B, 4F and 6F. RGB value is (155,79,111). Sum of RGB (Red+Green+Blue) = 155+79+111=345 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.93% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F6F is #64B090. Grayscale: #696969. Windows color (decimal): -6598801 or 7294875. OLE color: 7294875.

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

Color convert

RGB15579111-
CMYK00.490.280.39
HSL334.74º32.48%45.88%-
HSV(B)334.74º49.03%60.78%-
XYZ19.1813.7116.67-
YUV105.37131.18163.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 44.93%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=44.93%
G=22.90%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557911100.490.280.39334.7432.4845.88
Hex9B4F6F0311C2714f202e
Octal23311715706134475174056
Binary1001101110011111101111011000111100100111101001111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,111); }

 H1.HeaderClassName
 {
   color: #9B4F6F;
 }
 .AnyTagClassName
 {
   color: #9B4F6F;
 }
</style>
background-color css

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

 a { background-color: rgb(155,79,111); }

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

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

 span { border-color: rgb(155,79,111); }

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