Html Css Color HEX #984579 Rouge

📋 copy color: '#984579'

red 152 ◦ green 69 ◦ blue 121

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

Shades of Rouge #984579

Tints of Rouge #984579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 44.44%
G = 20.18%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984579 (or 0x984579) is known color: Rouge. HEX triplet: 98, 45 and 79. RGB value is (152,69,121). Sum of RGB (Red+Green+Blue) = 152+69+121=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #984579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984579 is #67BA86. Grayscale: #636363. Windows color (decimal): -6797959 or 7947672. OLE color: 7947672.

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

Color convert

RGB 152 69 121 -
CMYK 0 0.55 0.20 0.40
HSL 322.41º 0.38% 0.43% -
HSV(B) 322.41º 0.55% 0.6% -
XYZ 18.53 12.31 19.49 -
YUV 99.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 152 69 121 0 0.55 0.20 0.40 322.41 0.38 0.43
Hex 98 45 79 0 37 14 28 142 26 2B
Octal 230 105 171 0 67 24 50 502 46 53
Binary 10011000 1000101 1111001 0 110111 10100 101000 101000010 100110 101011

Color Harmonies of #984579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984579

Black with #984579

Text Example


Text Example

White with #984579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984579; }

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

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

background-color css

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

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

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

border-color css

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

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

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