Html Css Color HEX #98356C Rouge

📋 copy color: '#98356C'

red 152 ◦ green 53 ◦ blue 108

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

Shades of Rouge #98356C

Tints of Rouge #98356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.5%

R = 48.56%
G = 16.93%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98356C (or 0x98356C) is known color: Rouge. HEX triplet: 98, 35 and 6C. RGB value is (152,53,108). Sum of RGB (Red+Green+Blue) = 152+53+108=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98356C is #67CA93. Grayscale: #585858. Windows color (decimal): -6802068 or 7091608. OLE color: 7091608.

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

Color convert

RGB 152 53 108 -
CMYK 0 0.65 0.29 0.40
HSL 326.67º 0.48% 0.4% -
HSV(B) 326.67º 0.65% 0.6% -
XYZ 16.93 10.3 15.28 -
YUV 88.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 152 53 108 0 0.65 0.29 0.40 326.67 0.48 0.4
Hex 98 35 6C 0 41 1D 28 147 30 28
Octal 230 65 154 0 101 35 50 507 60 50
Binary 10011000 110101 1101100 0 1000001 11101 101000 101000111 110000 101000

Color Harmonies of #98356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98356C

Black with #98356C

Text Example


Text Example

White with #98356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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