#9B3675

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

Shades of Rouge #9B3675

Tints of Rouge #9B3675

Color information

#9B3675 (or 0x9B3675) is unknown color: approx Rouge. HEX triplet: 9B, 36 and 75. RGB value is (155,54,117). Sum of RGB (Red+Green+Blue) = 155+54+117=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3675 is #64C98A. Grayscale: #5B5B5B. Windows color (decimal): -6605195 or 7681691. OLE color: 7681691.

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

Color convert

RGB15554117-
CMYK00.650.250.39
HSL322.57º48.33%40.98%-
HSV(B)322.57º65.16%60.78%-
XYZ18.0510.8917.98-
YUV91.38142.46173.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.55%
GREEN value IS 54 (21.48% from 255) = 16.56%
BLUE value IS 117 (46.09% from 255) = 35.89%
R=47.55%
G=16.56%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1555411700.650.250.39322.5748.3340.98
Hex9B367504119271433029
Octal23366165010131475036051
Binary1001101111011011101010100000111001100111101000011110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,117); }

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

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

 a { background-color: rgb(155,54,117); }

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

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

 span { border-color: rgb(155,54,117); }

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