Html Css Color HEX #984074 Rouge

📋 copy color: '#984074'

red 152 ◦ green 64 ◦ blue 116

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

Shades of Rouge #984074

Tints of Rouge #984074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 45.78%
G = 19.28%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#984074 (or 0x984074) is known color: Rouge. HEX triplet: 98, 40 and 74. RGB value is (152,64,116). Sum of RGB (Red+Green+Blue) = 152+64+116=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #984074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984074 is #67BF8B. Grayscale: #606060. Windows color (decimal): -6799244 or 7618712. OLE color: 7618712.

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

Color convert

RGB 152 64 116 -
CMYK 0 0.58 0.24 0.40
HSL 324.55º 0.41% 0.42% -
HSV(B) 324.55º 0.58% 0.6% -
XYZ 17.93 11.6 17.82 -
YUV 96.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 152 64 116 0 0.58 0.24 0.40 324.55 0.41 0.42
Hex 98 40 74 0 3A 18 28 145 29 2A
Octal 230 100 164 0 72 30 50 505 51 52
Binary 10011000 1000000 1110100 0 111010 11000 101000 101000101 101001 101010

Color Harmonies of #984074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984074

Black with #984074

Text Example


Text Example

White with #984074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984074; }

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

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

background-color css

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

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

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

border-color css

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

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

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