Html Css Color HEX #983F73 Rouge

📋 copy color: '#983F73'

red 152 ◦ green 63 ◦ blue 115

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

Shades of Rouge #983F73

Tints of Rouge #983F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.85%

R = 46.06%
G = 19.09%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#983F73 (or 0x983F73) is known color: Rouge. HEX triplet: 98, 3F and 73. RGB value is (152,63,115). Sum of RGB (Red+Green+Blue) = 152+63+115=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #983F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F73 is #67C08C. Grayscale: #5F5F5F. Windows color (decimal): -6799501 or 7552920. OLE color: 7552920.

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

Color convert

RGB 152 63 115 -
CMYK 0 0.59 0.24 0.40
HSL 324.94º 0.41% 0.42% -
HSV(B) 324.94º 0.59% 0.6% -
XYZ 17.82 11.47 17.49 -
YUV 95.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 152 63 115 0 0.59 0.24 0.40 324.94 0.41 0.42
Hex 98 3F 73 0 3B 18 28 145 29 2A
Octal 230 77 163 0 73 30 50 505 51 52
Binary 10011000 111111 1110011 0 111011 11000 101000 101000101 101001 101010

Color Harmonies of #983F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F73

Black with #983F73

Text Example


Text Example

White with #983F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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