#983968

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

Shades of Rouge #983968

Tints of Rouge #983968

Color information

#983968 (or 0x983968) is unknown color: approx Rouge. HEX triplet: 98, 39 and 68. RGB value is (152,57,104). Sum of RGB (Red+Green+Blue) = 152+57+104=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #983968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983968 is #67C697. Grayscale: #5A5A5A. Windows color (decimal): -6801048 or 6830488. OLE color: 6830488.

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

Color convert

RGB15257104-
CMYK00.620.320.40
HSL330.32º45.45%40.98%-
HSV(B)330.32º62.5%59.61%-
XYZ16.9110.614.25-
YUV90.76135.47171.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.56%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=48.56%
G=18.21%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525710400.620.320.40330.3245.4540.98
Hex98396803E202814a2d29
Octal2307115007640505125551
Binary1001100011100111010000111110100000101000101001010101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983968; }

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

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

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

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

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

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

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

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