#984276

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

Shades of Rouge #984276

Tints of Rouge #984276

Color information

#984276 (or 0x984276) is unknown color: approx Rouge. HEX triplet: 98, 42 and 76. RGB value is (152,66,118). Sum of RGB (Red+Green+Blue) = 152+66+118=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #984276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984276 is #67BD89. Grayscale: #616161. Windows color (decimal): -6798730 or 7750296. OLE color: 7750296.

HSL color Cylindrical-coordinate representation of color #984276: hue angle of 323.72º 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 #984276 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB15266118-
CMYK00.570.220.40
HSL323.72º39.45%42.75%-
HSV(B)323.72º56.58%59.61%-
XYZ18.1711.8818.48-
YUV97.64139.49166.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 66 (26.17% from 255) = 19.64%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=45.24%
G=19.64%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526611800.570.220.40323.7239.4542.75
Hex9842760391628144272b
Octal23010216607126505044753
Binary1001100010000101110110011100110110101000101000100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984276; }

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

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

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

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

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

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

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

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