#9B426D

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

Shades of Rouge #9B426D

Tints of Rouge #9B426D

Color information

#9B426D (or 0x9B426D) is unknown color: approx Rouge. HEX triplet: 9B, 42 and 6D. RGB value is (155,66,109). Sum of RGB (Red+Green+Blue) = 155+66+109=330 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.97% from 330); Green value is 66 (26.17% from 255 or 20% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 155 - color contains mainly: red. Hex color #9B426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B426D is #64BD92. Grayscale: #616161. Windows color (decimal): -6602131 or 7160475. OLE color: 7160475.

HSL color Cylindrical-coordinate representation of color #9B426D: hue angle of 331.01º 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 #9B426D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15566109-
CMYK00.570.300.39
HSL331.01º40.27%43.33%-
HSV(B)331.01º57.42%60.78%-
XYZ18.2311.9715.82-
YUV97.51134.49169-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.97%
GREEN value IS 66 (26.17% from 255) = 20%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=46.97%
G=20%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1556610900.570.300.39331.0140.2743.33
Hex9B426D0391E2714b282b
Octal23310215507136475135053
Binary1001101110000101101101011100111110100111101001011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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