Html Css Color HEX #98346D Rouge

📋 copy color: '#98346D'

red 152 ◦ green 52 ◦ blue 109

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

Shades of Rouge #98346D

Tints of Rouge #98346D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.82%

R = 48.56%
G = 16.61%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98346D (or 0x98346D) is known color: Rouge. HEX triplet: 98, 34 and 6D. RGB value is (152,52,109). Sum of RGB (Red+Green+Blue) = 152+52+109=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98346D is #67CB92. Grayscale: #585858. Windows color (decimal): -6802323 or 7156888. OLE color: 7156888.

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

Color convert

RGB 152 52 109 -
CMYK 0 0.66 0.28 0.40
HSL 325.8º 0.49% 0.4% -
HSV(B) 325.8º 0.66% 0.6% -
XYZ 16.94 10.24 15.55 -
YUV 88.4 139.63 173.37 -
System Red Green Blue C M Y K H S L
Decimal 152 52 109 0 0.66 0.28 0.40 325.8 0.49 0.4
Hex 98 34 6D 0 42 1C 28 146 31 28
Octal 230 64 155 0 102 34 50 506 61 50
Binary 10011000 110100 1101101 0 1000010 11100 101000 101000110 110001 101000

Color Harmonies of #98346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98346D

Black with #98346D

Text Example


Text Example

White with #98346D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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