Html Css Color HEX #98366E Rouge

📋 copy color: '#98366E'

red 152 ◦ green 54 ◦ blue 110

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

Shades of Rouge #98366E

Tints of Rouge #98366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 48.1%
G = 17.09%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#98366E (or 0x98366E) is known color: Rouge. HEX triplet: 98, 36 and 6E. RGB value is (152,54,110). Sum of RGB (Red+Green+Blue) = 152+54+110=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98366E is #67C991. Grayscale: #595959. Windows color (decimal): -6801810 or 7222936. OLE color: 7222936.

HSL color Cylindrical-coordinate representation of color #98366E: hue angle of 325.71º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #98366E is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 110 -
CMYK 0 0.64 0.28 0.40
HSL 325.71º 0.48% 0.4% -
HSV(B) 325.71º 0.64% 0.6% -
XYZ 17.08 10.44 15.87 -
YUV 89.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 152 54 110 0 0.64 0.28 0.40 325.71 0.48 0.4
Hex 98 36 6E 0 40 1C 28 146 30 28
Octal 230 66 156 0 100 34 50 506 60 50
Binary 10011000 110110 1101110 0 1000000 11100 101000 101000110 110000 101000

Color Harmonies of #98366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98366E

Black with #98366E

Text Example


Text Example

White with #98366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98366E; }

 p { color: rgb(152,54,110); }

 H1.HeaderClassName
 {
   color: #98366E;
 }
 .AnyTagClassName
 {
   color: #98366E;
 }
</style>

background-color css

<style>
 a { background-color: #98366E; }

 a { background-color: rgb(152,54,110); }

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

border-color css

<style>
 span { border-color: #98366E; }

 span { border-color: rgb(152,54,110); }

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