Html Css Color HEX #98366C Rouge

📋 copy color: '#98366C'

red 152 ◦ green 54 ◦ blue 108

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

Shades of Rouge #98366C

Tints of Rouge #98366C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 48.41%
G = 17.2%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#98366C (or 0x98366C) is known color: Rouge. HEX triplet: 98, 36 and 6C. RGB value is (152,54,108). Sum of RGB (Red+Green+Blue) = 152+54+108=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98366C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98366C is #67C993. Grayscale: #595959. Windows color (decimal): -6801812 or 7091864. OLE color: 7091864.

HSL color Cylindrical-coordinate representation of color #98366C: hue angle of 326.94º 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 #98366C is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 54 108 -
CMYK 0 0.64 0.29 0.40
HSL 326.94º 0.48% 0.4% -
HSV(B) 326.94º 0.64% 0.6% -
XYZ 16.97 10.4 15.3 -
YUV 89.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 152 54 108 0 0.64 0.29 0.40 326.94 0.48 0.4
Hex 98 36 6C 0 40 1D 28 147 30 28
Octal 230 66 154 0 100 35 50 507 60 50
Binary 10011000 110110 1101100 0 1000000 11101 101000 101000111 110000 101000

Color Harmonies of #98366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98366C

Black with #98366C

Text Example


Text Example

White with #98366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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