#9A3A69

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

Shades of Rouge #9A3A69

Tints of Rouge #9A3A69

Color information

#9A3A69 (or 0x9A3A69) is unknown color: approx Rouge. HEX triplet: 9A, 3A and 69. RGB value is (154,58,105). Sum of RGB (Red+Green+Blue) = 154+58+105=317 (41% of max value = 765). Red value is 154 (60.55% from 255 or 48.58% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A3A69 is #65C596. Grayscale: #5B5B5B. Windows color (decimal): -6669719 or 6896282. OLE color: 6896282.

HSL color Cylindrical-coordinate representation of color #9A3A69: hue angle of 330.62º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A3A69 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15458105-
CMYK00.620.320.40
HSL330.62º45.28%41.57%-
HSV(B)330.62º62.34%60.39%-
XYZ17.3910.9214.56-
YUV92.06135.3172.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 48.58%
GREEN value IS 58 (23.05% from 255) = 18.30%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=48.58%
G=18.30%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1545810500.620.320.40330.6245.2841.57
Hex9A3A6903E202814b2d2a
Octal2327215107640505135552
Binary1001101011101011010010111110100000101000101001011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A3A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,58,105); }

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

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

 a { background-color: rgb(154,58,105); }

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

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

 span { border-color: rgb(154,58,105); }

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