Html Css Color HEX #98336F Rouge

📋 copy color: '#98336F'

red 152 ◦ green 51 ◦ blue 111

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

Shades of Rouge #98336F

Tints of Rouge #98336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 48.41%
G = 16.24%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98336F (or 0x98336F) is known color: Rouge. HEX triplet: 98, 33 and 6F. RGB value is (152,51,111). Sum of RGB (Red+Green+Blue) = 152+51+111=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98336F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98336F is #67CC90. Grayscale: #575757. Windows color (decimal): -6802577 or 7287704. OLE color: 7287704.

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

Color convert

RGB 152 51 111 -
CMYK 0 0.66 0.27 0.40
HSL 324.36º 0.5% 0.4% -
HSV(B) 324.36º 0.66% 0.6% -
XYZ 17 10.19 16.11 -
YUV 88.04 140.96 173.62 -
System Red Green Blue C M Y K H S L
Decimal 152 51 111 0 0.66 0.27 0.40 324.36 0.5 0.4
Hex 98 33 6F 0 42 1B 28 144 32 28
Octal 230 63 157 0 102 33 50 504 62 50
Binary 10011000 110011 1101111 0 1000010 11011 101000 101000100 110010 101000

Color Harmonies of #98336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98336F

Black with #98336F

Text Example


Text Example

White with #98336F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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