Html Css Color HEX #984079 Rouge

📋 copy color: '#984079'

red 152 ◦ green 64 ◦ blue 121

#984079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #984079

Tints of Rouge #984079

RGB

 RED value IS 152 (59.77% from 255) = 45.1%

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 121 (47.66% from 255) = 35.91%

R = 45.1%
G = 18.99%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984079 (or 0x984079) is known color: Rouge. HEX triplet: 98, 40 and 79. RGB value is (152,64,121). Sum of RGB (Red+Green+Blue) = 152+64+121=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984079 is #67BF86. Grayscale: #606060. Windows color (decimal): -6799239 or 7946392. OLE color: 7946392.

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

Color convert

RGB 152 64 121 -
CMYK 0 0.58 0.20 0.40
HSL 321.14º 0.41% 0.42% -
HSV(B) 321.14º 0.58% 0.6% -
XYZ 18.23 11.72 19.39 -
YUV 96.81 141.65 167.37 -
System Red Green Blue C M Y K H S L
Decimal 152 64 121 0 0.58 0.20 0.40 321.14 0.41 0.42
Hex 98 40 79 0 3A 14 28 141 29 2A
Octal 230 100 171 0 72 24 50 501 51 52
Binary 10011000 1000000 1111001 0 111010 10100 101000 101000001 101001 101010

Color Harmonies of #984079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984079

Black with #984079

Text Example


Text Example

White with #984079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984079; }

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

 H1.HeaderClassName
 {
   color: #984079;
 }
 .AnyTagClassName
 {
   color: #984079;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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