Html Css Color HEX #984376 Rouge

📋 copy color: '#984376'

red 152 ◦ green 67 ◦ blue 118

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

Shades of Rouge #984376

Tints of Rouge #984376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.01%

R = 45.1%
G = 19.88%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.40

RGB Variations

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

Color information

#984376 (or 0x984376) is known color: Rouge. HEX triplet: 98, 43 and 76. RGB value is (152,67,118). Sum of RGB (Red+Green+Blue) = 152+67+118=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #984376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984376 is #67BC89. Grayscale: #626262. Windows color (decimal): -6798474 or 7750552. OLE color: 7750552.

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

Color convert

RGB 152 67 118 -
CMYK 0 0.56 0.22 0.40
HSL 324º 0.39% 0.43% -
HSV(B) 324º 0.56% 0.6% -
XYZ 18.23 12 18.49 -
YUV 98.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 152 67 118 0 0.56 0.22 0.40 324 0.39 0.43
Hex 98 43 76 0 38 16 28 144 27 2B
Octal 230 103 166 0 70 26 50 504 47 53
Binary 10011000 1000011 1110110 0 111000 10110 101000 101000100 100111 101011

Color Harmonies of #984376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984376

Black with #984376

Text Example


Text Example

White with #984376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984376; }

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

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

background-color css

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

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

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

border-color css

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

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

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