Html Css Color HEX #983C71 Rouge

📋 copy color: '#983C71'

red 152 ◦ green 60 ◦ blue 113

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

Shades of Rouge #983C71

Tints of Rouge #983C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.46%

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

R = 46.77%
G = 18.46%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983C71 (or 0x983C71) is known color: Rouge. HEX triplet: 98, 3C and 71. RGB value is (152,60,113). Sum of RGB (Red+Green+Blue) = 152+60+113=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #983C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983C71 is #67C38E. Grayscale: #5D5D5D. Windows color (decimal): -6800271 or 7421080. OLE color: 7421080.

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

Color convert

RGB 152 60 113 -
CMYK 0 0.61 0.26 0.40
HSL 325.43º 0.43% 0.42% -
HSV(B) 325.43º 0.61% 0.6% -
XYZ 17.55 11.1 16.84 -
YUV 93.55 138.98 169.69 -
System Red Green Blue C M Y K H S L
Decimal 152 60 113 0 0.61 0.26 0.40 325.43 0.43 0.42
Hex 98 3C 71 0 3D 1A 28 145 2B 2A
Octal 230 74 161 0 75 32 50 505 53 52
Binary 10011000 111100 1110001 0 111101 11010 101000 101000101 101011 101010

Color Harmonies of #983C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C71

Black with #983C71

Text Example


Text Example

White with #983C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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