#98346B

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

Shades of Rouge #98346B

Tints of Rouge #98346B

Color information

#98346B (or 0x98346B) is unknown color: approx Rouge. HEX triplet: 98, 34 and 6B. RGB value is (152,52,107). Sum of RGB (Red+Green+Blue) = 152+52+107=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98346B is #67CB94. Grayscale: #585858. Windows color (decimal): -6802325 or 7025816. OLE color: 7025816.

HSL color Cylindrical-coordinate representation of color #98346B: hue angle of 327º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98346B is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15252107-
CMYK00.660.300.40
HSL327º49.02%40%-
HSV(B)327º65.79%59.61%-
XYZ16.8310.1914.99-
YUV88.17138.63173.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.87%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=48.87%
G=16.72%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525210700.660.300.4032749.0240
Hex98346B0421E281473128
Octal23064153010236505076150
Binary1001100011010011010110100001011110101000101000111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98346B; }

 p { color: rgb(152,52,107); }

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

<style>
 a { background-color: #98346B; }

 a { background-color: rgb(152,52,107); }

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

<style>
 span { border-color: #98346B; }

 span { border-color: rgb(152,52,107); }

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