Html Css Color HEX #984077 Rouge

📋 copy color: '#984077'

red 152 ◦ green 64 ◦ blue 119

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

Shades of Rouge #984077

Tints of Rouge #984077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.52%

R = 45.37%
G = 19.1%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#984077 (or 0x984077) is known color: Rouge. HEX triplet: 98, 40 and 77. RGB value is (152,64,119). Sum of RGB (Red+Green+Blue) = 152+64+119=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #984077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984077 is #67BF88. Grayscale: #606060. Windows color (decimal): -6799241 or 7815320. OLE color: 7815320.

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

Color convert

RGB 152 64 119 -
CMYK 0 0.58 0.22 0.40
HSL 322.5º 0.41% 0.42% -
HSV(B) 322.5º 0.58% 0.6% -
XYZ 18.11 11.67 18.75 -
YUV 96.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 152 64 119 0 0.58 0.22 0.40 322.5 0.41 0.42
Hex 98 40 77 0 3A 16 28 142 29 2A
Octal 230 100 167 0 72 26 50 502 51 52
Binary 10011000 1000000 1110111 0 111010 10110 101000 101000010 101001 101010

Color Harmonies of #984077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984077

Black with #984077

Text Example


Text Example

White with #984077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984077; }

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

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

background-color css

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

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

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

border-color css

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

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

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