Html Css Color HEX #983F71 Rouge

📋 copy color: '#983F71'

red 152 ◦ green 63 ◦ blue 113

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

Shades of Rouge #983F71

Tints of Rouge #983F71

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

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

R = 46.34%
G = 19.21%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983F71 (or 0x983F71) is known color: Rouge. HEX triplet: 98, 3F and 71. RGB value is (152,63,113). Sum of RGB (Red+Green+Blue) = 152+63+113=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #983F71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F71 is #67C08E. Grayscale: #5F5F5F. Windows color (decimal): -6799503 or 7421848. OLE color: 7421848.

HSL color Cylindrical-coordinate representation of color #983F71: hue angle of 326.29º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983F71 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 113 -
CMYK 0 0.59 0.26 0.40
HSL 326.29º 0.41% 0.42% -
HSV(B) 326.29º 0.59% 0.6% -
XYZ 17.71 11.42 16.89 -
YUV 95.31 137.99 168.43 -
System Red Green Blue C M Y K H S L
Decimal 152 63 113 0 0.59 0.26 0.40 326.29 0.41 0.42
Hex 98 3F 71 0 3B 1A 28 146 29 2A
Octal 230 77 161 0 73 32 50 506 51 52
Binary 10011000 111111 1110001 0 111011 11010 101000 101000110 101001 101010

Color Harmonies of #983F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F71

Black with #983F71

Text Example


Text Example

White with #983F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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