#983872

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

Shades of Rouge #983872

Tints of Rouge #983872

Color information

#983872 (or 0x983872) is unknown color: approx Rouge. HEX triplet: 98, 38 and 72. RGB value is (152,56,114). Sum of RGB (Red+Green+Blue) = 152+56+114=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #983872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983872 is #67C78D. Grayscale: #5B5B5B. Windows color (decimal): -6801294 or 7485592. OLE color: 7485592.

HSL color Cylindrical-coordinate representation of color #983872: hue angle of 323.75º 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 #983872 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB15256114-
CMYK00.630.250.40
HSL323.75º46.15%40.78%-
HSV(B)323.75º63.16%59.61%-
XYZ17.410.7217.07-
YUV91.32140.8171.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.20%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=47.20%
G=17.39%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525611400.630.250.40323.7546.1540.78
Hex98387203F19281442e29
Octal2307016207731505045651
Binary100110001110001110010011111111001101000101000100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983872; }

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

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

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

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

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

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

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

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