#98366D

Color #98366D Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #98366D

Tints of Rouge #98366D

Color information

#98366D (or 0x98366D) is unknown color: approx Rouge. HEX triplet: 98, 36 and 6D. RGB value is (152,54,109). Sum of RGB (Red+Green+Blue) = 152+54+109=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98366D is #67C992. Grayscale: #595959. Windows color (decimal): -6801811 or 7157400. OLE color: 7157400.

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

Color convert

RGB15254109-
CMYK00.640.280.40
HSL326.33º47.57%40.39%-
HSV(B)326.33º64.47%59.61%-
XYZ17.0310.4215.58-
YUV89.57138.97172.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=48.25%
G=17.14%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525410900.640.280.40326.3347.5740.39
Hex98366D0401C281463028
Octal23066155010034505066050
Binary1001100011011011011010100000011100101000101000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98366D;
 }
 .AnyTagClassName
 {
   color: #98366D;
 }
</style>
background-color css

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

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

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

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

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

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