#984277

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

Shades of Rouge #984277

Tints of Rouge #984277

Color information

#984277 (or 0x984277) is unknown color: approx Rouge. HEX triplet: 98, 42 and 77. RGB value is (152,66,119). Sum of RGB (Red+Green+Blue) = 152+66+119=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984277 is #67BD88. Grayscale: #616161. Windows color (decimal): -6798729 or 7815832. OLE color: 7815832.

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

Color convert

RGB15266119-
CMYK00.570.220.40
HSL323.02º39.45%42.75%-
HSV(B)323.02º56.58%59.61%-
XYZ18.2311.918.79-
YUV97.76139.99166.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 119 (46.88% from 255) = 35.31%
R=45.10%
G=19.58%
B=35.31%

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
Decimal1526611900.570.220.40323.0239.4542.75
Hex9842770391628143272b
Octal23010216707126505034753
Binary1001100010000101110111011100110110101000101000011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984277; }

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

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

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

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

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

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

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

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