Html Css Color HEX #983A6D Rouge

📋 copy color: '#983A6D'

red 152 ◦ green 58 ◦ blue 109

#983A6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #983A6D

Tints of Rouge #983A6D

RGB

 RED value IS 152 (59.77% from 255) = 47.65%

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 47.65%
G = 18.18%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#983A6D (or 0x983A6D) is known color: Rouge. HEX triplet: 98, 3A and 6D. RGB value is (152,58,109). Sum of RGB (Red+Green+Blue) = 152+58+109=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #983A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A6D is #67C592. Grayscale: #5B5B5B. Windows color (decimal): -6800787 or 7158424. OLE color: 7158424.

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

Color convert

RGB 152 58 109 -
CMYK 0 0.62 0.28 0.40
HSL 327.45º 0.45% 0.41% -
HSV(B) 327.45º 0.62% 0.6% -
XYZ 17.22 10.81 15.65 -
YUV 91.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 152 58 109 0 0.62 0.28 0.40 327.45 0.45 0.41
Hex 98 3A 6D 0 3E 1C 28 147 2D 29
Octal 230 72 155 0 76 34 50 507 55 51
Binary 10011000 111010 1101101 0 111110 11100 101000 101000111 101101 101001

Color Harmonies of #983A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983A6D

Black with #983A6D

Text Example


Text Example

White with #983A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #983A6D;
 }
 .AnyTagClassName
 {
   color: #983A6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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