Html Css Color HEX #98346F Rouge

📋 copy color: '#98346F'

red 152 ◦ green 52 ◦ blue 111

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

Shades of Rouge #98346F

Tints of Rouge #98346F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 48.25%
G = 16.51%
B = 35.24%

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

#98346F (or 0x98346F) is known color: Rouge. HEX triplet: 98, 34 and 6F. RGB value is (152,52,111). Sum of RGB (Red+Green+Blue) = 152+52+111=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98346F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98346F is #67CB90. Grayscale: #585858. Windows color (decimal): -6802321 or 7287960. OLE color: 7287960.

HSL color Cylindrical-coordinate representation of color #98346F: hue angle of 324.6º degrees, saturation: 0.49, 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 #98346F is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 52 111 -
CMYK 0 0.66 0.27 0.40
HSL 324.6º 0.49% 0.4% -
HSV(B) 324.6º 0.66% 0.6% -
XYZ 17.05 10.28 16.12 -
YUV 88.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 152 52 111 0 0.66 0.27 0.40 324.6 0.49 0.4
Hex 98 34 6F 0 42 1B 28 145 31 28
Octal 230 64 157 0 102 33 50 505 61 50
Binary 10011000 110100 1101111 0 1000010 11011 101000 101000101 110001 101000

Color Harmonies of #98346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98346F

Black with #98346F

Text Example


Text Example

White with #98346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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