Html Css Color HEX #983E6D Rouge

📋 copy color: '#983E6D'

red 152 ◦ green 62 ◦ blue 109

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

Shades of Rouge #983E6D

Tints of Rouge #983E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

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

R = 47.06%
G = 19.2%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#983E6D (or 0x983E6D) is known color: Rouge. HEX triplet: 98, 3E and 6D. RGB value is (152,62,109). Sum of RGB (Red+Green+Blue) = 152+62+109=323 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.06% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 152 - color contains mainly: red. Hex color #983E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E6D is #67C192. Grayscale: #5E5E5E. Windows color (decimal): -6799763 or 7159448. OLE color: 7159448.

HSL color Cylindrical-coordinate representation of color #983E6D: hue angle of 328.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #983E6D is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 62 109 -
CMYK 0 0.59 0.28 0.40
HSL 328.67º 0.42% 0.42% -
HSV(B) 328.67º 0.59% 0.6% -
XYZ 17.43 11.22 15.72 -
YUV 94.27 136.32 169.18 -
System Red Green Blue C M Y K H S L
Decimal 152 62 109 0 0.59 0.28 0.40 328.67 0.42 0.42
Hex 98 3E 6D 0 3B 1C 28 149 2A 2A
Octal 230 76 155 0 73 34 50 511 52 52
Binary 10011000 111110 1101101 0 111011 11100 101000 101001001 101010 101010

Color Harmonies of #983E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E6D

Black with #983E6D

Text Example


Text Example

White with #983E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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