Html Css Color HEX #984179 Rouge

📋 copy color: '#984179'

red 152 ◦ green 65 ◦ blue 121

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

Shades of Rouge #984179

Tints of Rouge #984179

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

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

R = 44.97%
G = 19.23%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984179 (or 0x984179) is known color: Rouge. HEX triplet: 98, 41 and 79. RGB value is (152,65,121). Sum of RGB (Red+Green+Blue) = 152+65+121=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #984179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984179 is #67BE86. Grayscale: #616161. Windows color (decimal): -6798983 or 7946648. OLE color: 7946648.

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

Color convert

RGB 152 65 121 -
CMYK 0 0.57 0.20 0.40
HSL 321.38º 0.4% 0.43% -
HSV(B) 321.38º 0.57% 0.6% -
XYZ 18.29 11.84 19.41 -
YUV 97.4 141.32 166.95 -
System Red Green Blue C M Y K H S L
Decimal 152 65 121 0 0.57 0.20 0.40 321.38 0.4 0.43
Hex 98 41 79 0 39 14 28 141 28 2B
Octal 230 101 171 0 71 24 50 501 50 53
Binary 10011000 1000001 1111001 0 111001 10100 101000 101000001 101000 101011

Color Harmonies of #984179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984179

Black with #984179

Text Example


Text Example

White with #984179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984179; }

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

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

background-color css

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

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

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

border-color css

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

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

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