Html Css Color HEX #984379 Rouge

📋 copy color: '#984379'

red 152 ◦ green 67 ◦ blue 121

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

Shades of Rouge #984379

Tints of Rouge #984379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.71%

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

R = 44.71%
G = 19.71%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#984379 (or 0x984379) is known color: Rouge. HEX triplet: 98, 43 and 79. RGB value is (152,67,121). Sum of RGB (Red+Green+Blue) = 152+67+121=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #984379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984379 is #67BC86. Grayscale: #626262. Windows color (decimal): -6798471 or 7947160. OLE color: 7947160.

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

Color convert

RGB 152 67 121 -
CMYK 0 0.56 0.20 0.40
HSL 321.88º 0.39% 0.43% -
HSV(B) 321.88º 0.56% 0.6% -
XYZ 18.41 12.07 19.45 -
YUV 98.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 152 67 121 0 0.56 0.20 0.40 321.88 0.39 0.43
Hex 98 43 79 0 38 14 28 142 27 2B
Octal 230 103 171 0 70 24 50 502 47 53
Binary 10011000 1000011 1111001 0 111000 10100 101000 101000010 100111 101011

Color Harmonies of #984379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984379

Black with #984379

Text Example


Text Example

White with #984379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984379; }

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

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

background-color css

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

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

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

border-color css

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

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

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