#98376D

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

Shades of Rouge #98376D

Tints of Rouge #98376D

Color information

#98376D (or 0x98376D) is unknown color: approx Rouge. HEX triplet: 98, 37 and 6D. RGB value is (152,55,109). Sum of RGB (Red+Green+Blue) = 152+55+109=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98376D is #67C892. Grayscale: #5A5A5A. Windows color (decimal): -6801555 or 7157656. OLE color: 7157656.

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

Color convert

RGB15255109-
CMYK00.640.280.40
HSL326.6º46.86%40.59%-
HSV(B)326.6º63.82%59.61%-
XYZ17.0810.5115.6-
YUV90.16138.64172.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 55 (21.88% from 255) = 17.41%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=48.10%
G=17.41%
B=34.49%

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
Decimal1525510900.640.280.40326.646.8640.59
Hex98376D0401C281472f29
Octal23067155010034505075751
Binary1001100011011111011010100000011100101000101000111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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