#983A6A

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

Shades of Rouge #983A6A

Tints of Rouge #983A6A

Color information

#983A6A (or 0x983A6A) is unknown color: approx Rouge. HEX triplet: 98, 3A and 6A. RGB value is (152,58,106). Sum of RGB (Red+Green+Blue) = 152+58+106=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #983A6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A6A is #67C595. Grayscale: #5B5B5B. Windows color (decimal): -6800790 or 6961816. OLE color: 6961816.

HSL color Cylindrical-coordinate representation of color #983A6A: hue angle of 329.36º 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 #983A6A is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15258106-
CMYK00.620.300.40
HSL329.36º44.76%41.18%-
HSV(B)329.36º61.84%59.61%-
XYZ17.0610.7414.81-
YUV91.58136.14171.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.10%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 106 (41.80% from 255) = 33.54%
R=48.10%
G=18.35%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525810600.620.300.40329.3644.7641.18
Hex983A6A03E1E281492d29
Octal2307215207636505115551
Binary100110001110101101010011111011110101000101001001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A6A; }

 p { color: rgb(152,58,106); }

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

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

 a { background-color: rgb(152,58,106); }

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

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

 span { border-color: rgb(152,58,106); }

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