Html Css Color HEX #983E6E Rouge

📋 copy color: '#983E6E'

red 152 ◦ green 62 ◦ blue 110

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

Shades of Rouge #983E6E

Tints of Rouge #983E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.95%

R = 46.91%
G = 19.14%
B = 33.95%

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

#983E6E (or 0x983E6E) is known color: Rouge. HEX triplet: 98, 3E and 6E. RGB value is (152,62,110). Sum of RGB (Red+Green+Blue) = 152+62+110=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #983E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983E6E is #67C191. Grayscale: #5E5E5E. Windows color (decimal): -6799762 or 7224984. OLE color: 7224984.

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

Color convert

RGB 152 62 110 -
CMYK 0 0.59 0.28 0.40
HSL 328º 0.42% 0.42% -
HSV(B) 328º 0.59% 0.6% -
XYZ 17.49 11.25 16 -
YUV 94.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 152 62 110 0 0.59 0.28 0.40 328 0.42 0.42
Hex 98 3E 6E 0 3B 1C 28 148 2A 2A
Octal 230 76 156 0 73 34 50 510 52 52
Binary 10011000 111110 1101110 0 111011 11100 101000 101001000 101010 101010

Color Harmonies of #983E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983E6E

Black with #983E6E

Text Example


Text Example

White with #983E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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