#9B4F66

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

Shades of Vin Rouge #9B4F66

Tints of Vin Rouge #9B4F66

Color information

#9B4F66 (or 0x9B4F66) is unknown color: approx Vin Rouge. HEX triplet: 9B, 4F and 66. RGB value is (155,79,102). Sum of RGB (Red+Green+Blue) = 155+79+102=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F66 is #64B099. Grayscale: #686868. Windows color (decimal): -6598810 or 6705051. OLE color: 6705051.

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

Color convert

RGB15579102-
CMYK00.490.340.39
HSL341.84º32.48%45.88%-
HSV(B)341.84º49.03%60.78%-
XYZ18.7113.5214.19-
YUV104.35126.68164.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.13%
GREEN value IS 79 (31.25% from 255) = 23.51%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=46.13%
G=23.51%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557910200.490.340.39341.8432.4845.88
Hex9B4F660312227156202e
Octal23311714606142475264056
Binary10011011100111111001100110001100010100111101010110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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