Html Css Color HEX #984071 Rouge

📋 copy color: '#984071'

red 152 ◦ green 64 ◦ blue 113

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

Shades of Rouge #984071

Tints of Rouge #984071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.35%

R = 46.2%
G = 19.45%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#984071 (or 0x984071) is known color: Rouge. HEX triplet: 98, 40 and 71. RGB value is (152,64,113). Sum of RGB (Red+Green+Blue) = 152+64+113=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #984071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984071 is #67BF8E. Grayscale: #5F5F5F. Windows color (decimal): -6799247 or 7422104. OLE color: 7422104.

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

Color convert

RGB 152 64 113 -
CMYK 0 0.58 0.26 0.40
HSL 326.59º 0.41% 0.42% -
HSV(B) 326.59º 0.58% 0.6% -
XYZ 17.76 11.53 16.91 -
YUV 95.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 152 64 113 0 0.58 0.26 0.40 326.59 0.41 0.42
Hex 98 40 71 0 3A 1A 28 147 29 2A
Octal 230 100 161 0 72 32 50 507 51 52
Binary 10011000 1000000 1110001 0 111010 11010 101000 101000111 101001 101010

Color Harmonies of #984071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984071

Black with #984071

Text Example


Text Example

White with #984071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984071; }

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

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

background-color css

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

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

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

border-color css

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

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

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