#9B3867

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

Shades of Rouge #9B3867

Tints of Rouge #9B3867

Color information

#9B3867 (or 0x9B3867) is unknown color: approx Rouge. HEX triplet: 9B, 38 and 67. RGB value is (155,56,103). Sum of RGB (Red+Green+Blue) = 155+56+103=314 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.36% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3867 is #64C798. Grayscale: #5A5A5A. Windows color (decimal): -6604697 or 6764699. OLE color: 6764699.

HSL color Cylindrical-coordinate representation of color #9B3867: hue angle of 331.52º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B3867 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB15556103-
CMYK00.640.340.39
HSL331.52º46.92%41.37%-
HSV(B)331.52º63.87%60.78%-
XYZ17.3810.7814-
YUV90.96134.8173.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 49.36%
GREEN value IS 56 (22.27% from 255) = 17.83%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=49.36%
G=17.83%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555610300.640.340.39331.5246.9241.37
Hex9B3867040222714c2f29
Octal23370147010042475145751
Binary10011011111000110011101000000100010100111101001100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,56,103); }

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

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

 a { background-color: rgb(155,56,103); }

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

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

 span { border-color: rgb(155,56,103); }

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