Html Css Color HEX #98356E Rouge

📋 copy color: '#98356E'

red 152 ◦ green 53 ◦ blue 110

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

Shades of Rouge #98356E

Tints of Rouge #98356E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 48.25%
G = 16.83%
B = 34.92%

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

#98356E (or 0x98356E) is known color: Rouge. HEX triplet: 98, 35 and 6E. RGB value is (152,53,110). Sum of RGB (Red+Green+Blue) = 152+53+110=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98356E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356E is #67CA91. Grayscale: #585858. Windows color (decimal): -6802066 or 7222680. OLE color: 7222680.

HSL color Cylindrical-coordinate representation of color #98356E: hue angle of 325.45º 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 #98356E is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 53 110 -
CMYK 0 0.65 0.28 0.40
HSL 325.45º 0.48% 0.4% -
HSV(B) 325.45º 0.65% 0.6% -
XYZ 17.04 10.35 15.85 -
YUV 89.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 152 53 110 0 0.65 0.28 0.40 325.45 0.48 0.4
Hex 98 35 6E 0 41 1C 28 145 30 28
Octal 230 65 156 0 101 34 50 505 60 50
Binary 10011000 110101 1101110 0 1000001 11100 101000 101000101 110000 101000

Color Harmonies of #98356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98356E

Black with #98356E

Text Example


Text Example

White with #98356E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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