#9B426E

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

Shades of Rouge #9B426E

Tints of Rouge #9B426E

Color information

#9B426E (or 0x9B426E) is unknown color: approx Rouge. HEX triplet: 9B, 42 and 6E. RGB value is (155,66,110). Sum of RGB (Red+Green+Blue) = 155+66+110=331 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.83% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426E is #64BD91. Grayscale: #616161. Windows color (decimal): -6602130 or 7226011. OLE color: 7226011.

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

Color convert

RGB15566110-
CMYK00.570.290.39
HSL330.34º40.27%43.33%-
HSV(B)330.34º57.42%60.78%-
XYZ18.2811.9916.1-
YUV97.63134.99168.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.83%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=46.83%
G=19.94%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556611000.570.290.39330.3440.2743.33
Hex9B426E0391D2714a282b
Octal23310215607135475125053
Binary1001101110000101101110011100111101100111101001010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,66,110); }

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

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

 a { background-color: rgb(155,66,110); }

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

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

 span { border-color: rgb(155,66,110); }

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