Html Css Color HEX #98356D Rouge

📋 copy color: '#98356D'

red 152 ◦ green 53 ◦ blue 109

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

Shades of Rouge #98356D

Tints of Rouge #98356D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.88%

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

R = 48.41%
G = 16.88%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98356D (or 0x98356D) is known color: Rouge. HEX triplet: 98, 35 and 6D. RGB value is (152,53,109). Sum of RGB (Red+Green+Blue) = 152+53+109=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356D is #67CA92. Grayscale: #585858. Windows color (decimal): -6802067 or 7157144. OLE color: 7157144.

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

Color convert

RGB 152 53 109 -
CMYK 0 0.65 0.28 0.40
HSL 326.06º 0.48% 0.4% -
HSV(B) 326.06º 0.65% 0.6% -
XYZ 16.98 10.33 15.57 -
YUV 88.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 152 53 109 0 0.65 0.28 0.40 326.06 0.48 0.4
Hex 98 35 6D 0 41 1C 28 146 30 28
Octal 230 65 155 0 101 34 50 506 60 50
Binary 10011000 110101 1101101 0 1000001 11100 101000 101000110 110000 101000

Color Harmonies of #98356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98356D

Black with #98356D

Text Example


Text Example

White with #98356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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