#9B3D6F

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

Shades of Rouge #9B3D6F

Tints of Rouge #9B3D6F

Color information

#9B3D6F (or 0x9B3D6F) is unknown color: approx Rouge. HEX triplet: 9B, 3D and 6F. RGB value is (155,61,111). Sum of RGB (Red+Green+Blue) = 155+61+111=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3D6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3D6F is #64C290. Grayscale: #5E5E5E. Windows color (decimal): -6603409 or 7290267. OLE color: 7290267.

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

Color convert

RGB15561111-
CMYK00.610.280.39
HSL328.09º43.52%42.35%-
HSV(B)328.09º60.65%60.78%-
XYZ18.0611.4516.3-
YUV94.81137.14170.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.40%
GREEN value IS 61 (24.22% from 255) = 18.65%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=47.40%
G=18.65%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556111100.610.280.39328.0943.5242.35
Hex9B3D6F03D1C271482c2a
Octal2337515707534475105452
Binary100110111111011101111011110111100100111101001000101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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