#98366E

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

Shades of Rouge #98366E

Tints of Rouge #98366E

Color information

#98366E (or 0x98366E) is unknown color: approx 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

RGB15254110-
CMYK00.640.280.40
HSL325.71º47.57%40.39%-
HSV(B)325.71º64.47%59.61%-
XYZ17.0810.4415.87-
YUV89.69139.47172.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=48.10%
G=17.09%
B=34.81%

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
Decimal1525411000.640.280.40325.7147.5740.39
Hex98366E0401C281463028
Octal23066156010034505066050
Binary1001100011011011011100100000011100101000101000110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>