#9B3F67

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

Shades of Rouge #9B3F67

Tints of Rouge #9B3F67

Color information

#9B3F67 (or 0x9B3F67) is unknown color: approx Rouge. HEX triplet: 9B, 3F and 67. RGB value is (155,63,103). Sum of RGB (Red+Green+Blue) = 155+63+103=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 103 (40.62% from 255 or 32.09% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B3F67 is #64C098. Grayscale: #5E5E5E. Windows color (decimal): -6602905 or 6766491. OLE color: 6766491.

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

Color convert

RGB15563103-
CMYK00.590.340.39
HSL333.91º42.2%42.75%-
HSV(B)333.91º59.35%60.78%-
XYZ17.7411.514.12-
YUV95.07132.48170.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 63 (25% from 255) = 19.63%
BLUE value IS 103 (40.62% from 255) = 32.09%
R=48.29%
G=19.63%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556310300.590.340.39333.9142.242.75
Hex9B3F6703B222714e2a2b
Octal2337714707342475165253
Binary1001101111111111001110111011100010100111101001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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