#984478

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

Shades of Rouge #984478

Tints of Rouge #984478

Color information

#984478 (or 0x984478) is unknown color: approx Rouge. HEX triplet: 98, 44 and 78. RGB value is (152,68,120). Sum of RGB (Red+Green+Blue) = 152+68+120=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984478 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984478 is #67BB87. Grayscale: #626262. Windows color (decimal): -6798216 or 7881880. OLE color: 7881880.

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

Color convert

RGB15268120-
CMYK00.550.210.40
HSL322.86º38.18%43.14%-
HSV(B)322.86º55.26%59.61%-
XYZ18.4112.1719.15-
YUV99.04139.83165.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 68 (26.95% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=44.71%
G=20%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526812000.550.210.40322.8638.1843.14
Hex9844780371528143262b
Octal23010417006725505034653
Binary1001100010001001111000011011110101101000101000011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984478; }

 p { color: rgb(152,68,120); }

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

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

 a { background-color: rgb(152,68,120); }

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

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

 span { border-color: rgb(152,68,120); }

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