#984279

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

Shades of Rouge #984279

Tints of Rouge #984279

Color information

#984279 (or 0x984279) is unknown color: approx Rouge. HEX triplet: 98, 42 and 79. RGB value is (152,66,121). Sum of RGB (Red+Green+Blue) = 152+66+121=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #984279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984279 is #67BD86. Grayscale: #616161. Windows color (decimal): -6798727 or 7946904. OLE color: 7946904.

HSL color Cylindrical-coordinate representation of color #984279: hue angle of 321.63º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984279 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15266121-
CMYK00.570.200.40
HSL321.63º39.45%42.75%-
HSV(B)321.63º56.58%59.61%-
XYZ18.3511.9519.43-
YUV97.98140.99166.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 66 (26.17% from 255) = 19.47%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=44.84%
G=19.47%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526612100.570.200.40321.6339.4542.75
Hex9842790391428142272b
Octal23010217107124505024753
Binary1001100010000101111001011100110100101000101000010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984279; }

 p { color: rgb(152,66,121); }

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

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

 a { background-color: rgb(152,66,121); }

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

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

 span { border-color: rgb(152,66,121); }

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