Html Css Color HEX #98326F Rouge

📋 copy color: '#98326F'

red 152 ◦ green 50 ◦ blue 111

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

Shades of Rouge #98326F

Tints of Rouge #98326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.97%

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

R = 48.56%
G = 15.97%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98326F (or 0x98326F) is known color: Rouge. HEX triplet: 98, 32 and 6F. RGB value is (152,50,111). Sum of RGB (Red+Green+Blue) = 152+50+111=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98326F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98326F is #67CD90. Grayscale: #575757. Windows color (decimal): -6802833 or 7287448. OLE color: 7287448.

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

Color convert

RGB 152 50 111 -
CMYK 0 0.67 0.27 0.40
HSL 324.12º 0.5% 0.4% -
HSV(B) 324.12º 0.67% 0.6% -
XYZ 16.96 10.1 16.1 -
YUV 87.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 152 50 111 0 0.67 0.27 0.40 324.12 0.5 0.4
Hex 98 32 6F 0 43 1B 28 144 32 28
Octal 230 62 157 0 103 33 50 504 62 50
Binary 10011000 110010 1101111 0 1000011 11011 101000 101000100 110010 101000

Color Harmonies of #98326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98326F

Black with #98326F

Text Example


Text Example

White with #98326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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