Html Css Color HEX #983F74 Rouge

📋 copy color: '#983F74'

red 152 ◦ green 63 ◦ blue 116

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

Shades of Rouge #983F74

Tints of Rouge #983F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.05%

R = 45.92%
G = 19.03%
B = 35.05%

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

#983F74 (or 0x983F74) is known color: Rouge. HEX triplet: 98, 3F and 74. RGB value is (152,63,116). Sum of RGB (Red+Green+Blue) = 152+63+116=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 116 (45.70% from 255 or 35.05% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983F74 is #67C08B. Grayscale: #5F5F5F. Windows color (decimal): -6799500 or 7618456. OLE color: 7618456.

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

Color convert

RGB 152 63 116 -
CMYK 0 0.59 0.24 0.40
HSL 324.27º 0.41% 0.42% -
HSV(B) 324.27º 0.59% 0.6% -
XYZ 17.88 11.49 17.8 -
YUV 95.65 139.49 168.19 -
System Red Green Blue C M Y K H S L
Decimal 152 63 116 0 0.59 0.24 0.40 324.27 0.41 0.42
Hex 98 3F 74 0 3B 18 28 144 29 2A
Octal 230 77 164 0 73 30 50 504 51 52
Binary 10011000 111111 1110100 0 111011 11000 101000 101000100 101001 101010

Color Harmonies of #983F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F74

Black with #983F74

Text Example


Text Example

White with #983F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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