Html Css Color HEX #98316F Rouge

📋 copy color: '#98316F'

red 152 ◦ green 49 ◦ blue 111

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

Shades of Rouge #98316F

Tints of Rouge #98316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 111 (43.75% from 255) = 35.58%

R = 48.72%
G = 15.71%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98316F (or 0x98316F) is known color: Rouge. HEX triplet: 98, 31 and 6F. RGB value is (152,49,111). Sum of RGB (Red+Green+Blue) = 152+49+111=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98316F is #67CE90. Grayscale: #565656. Windows color (decimal): -6803089 or 7287192. OLE color: 7287192.

HSL color Cylindrical-coordinate representation of color #98316F: hue angle of 323.88º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #98316F is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 49 111 -
CMYK 0 0.68 0.27 0.40
HSL 323.88º 0.51% 0.39% -
HSV(B) 323.88º 0.68% 0.6% -
XYZ 16.92 10.02 16.08 -
YUV 86.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 152 49 111 0 0.68 0.27 0.40 323.88 0.51 0.39
Hex 98 31 6F 0 44 1B 28 144 33 27
Octal 230 61 157 0 104 33 50 504 63 47
Binary 10011000 110001 1101111 0 1000100 11011 101000 101000100 110011 100111

Color Harmonies of #98316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98316F

Black with #98316F

Text Example


Text Example

White with #98316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98316F; }

 p { color: rgb(152,49,111); }

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

background-color css

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

 a { background-color: rgb(152,49,111); }

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

border-color css

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

 span { border-color: rgb(152,49,111); }

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