Html Css Color HEX #98396D Rouge

📋 copy color: '#98396D'

red 152 ◦ green 57 ◦ blue 109

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

Shades of Rouge #98396D

Tints of Rouge #98396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 47.8%
G = 17.92%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98396D (or 0x98396D) is known color: Rouge. HEX triplet: 98, 39 and 6D. RGB value is (152,57,109). Sum of RGB (Red+Green+Blue) = 152+57+109=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #98396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98396D is #67C692. Grayscale: #5B5B5B. Windows color (decimal): -6801043 or 7158168. OLE color: 7158168.

HSL color Cylindrical-coordinate representation of color #98396D: hue angle of 327.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98396D is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 57 109 -
CMYK 0 0.62 0.28 0.40
HSL 327.16º 0.45% 0.41% -
HSV(B) 327.16º 0.63% 0.6% -
XYZ 17.17 10.71 15.63 -
YUV 91.33 137.97 171.27 -
System Red Green Blue C M Y K H S L
Decimal 152 57 109 0 0.62 0.28 0.40 327.16 0.45 0.41
Hex 98 39 6D 0 3E 1C 28 147 2D 29
Octal 230 71 155 0 76 34 50 507 55 51
Binary 10011000 111001 1101101 0 111110 11100 101000 101000111 101101 101001

Color Harmonies of #98396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98396D

Black with #98396D

Text Example


Text Example

White with #98396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98396D; }

 p { color: rgb(152,57,109); }

 H1.HeaderClassName
 {
   color: #98396D;
 }
 .AnyTagClassName
 {
   color: #98396D;
 }
</style>

background-color css

<style>
 a { background-color: #98396D; }

 a { background-color: rgb(152,57,109); }

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

border-color css

<style>
 span { border-color: #98396D; }

 span { border-color: rgb(152,57,109); }

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