#983868

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

Shades of Rouge #983868

Tints of Rouge #983868

Color information

#983868 (or 0x983868) is unknown color: approx Rouge. HEX triplet: 98, 38 and 68. RGB value is (152,56,104). Sum of RGB (Red+Green+Blue) = 152+56+104=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #983868 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983868 is #67C797. Grayscale: #5A5A5A. Windows color (decimal): -6801304 or 6830232. OLE color: 6830232.

HSL color Cylindrical-coordinate representation of color #983868: hue angle of 330º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #983868 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB15256104-
CMYK00.630.320.40
HSL330º46.15%40.78%-
HSV(B)330º63.16%59.61%-
XYZ16.8610.514.24-
YUV90.18135.8172.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.72%
GREEN value IS 56 (22.27% from 255) = 17.95%
BLUE value IS 104 (41.02% from 255) = 33.33%
R=48.72%
G=17.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525610400.630.320.4033046.1540.78
Hex98386803F202814a2e29
Octal2307015007740505125651
Binary1001100011100011010000111111100000101000101001010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983868; }

 p { color: rgb(152,56,104); }

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

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

 a { background-color: rgb(152,56,104); }

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

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

 span { border-color: rgb(152,56,104); }

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