Html Css Color HEX #983772 Rouge

📋 copy color: '#983772'

red 152 ◦ green 55 ◦ blue 114

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

Shades of Rouge #983772

Tints of Rouge #983772

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 47.35%
G = 17.13%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#983772 (or 0x983772) is known color: Rouge. HEX triplet: 98, 37 and 72. RGB value is (152,55,114). Sum of RGB (Red+Green+Blue) = 152+55+114=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983772 is #67C88D. Grayscale: #5A5A5A. Windows color (decimal): -6801550 or 7485336. OLE color: 7485336.

HSL color Cylindrical-coordinate representation of color #983772: hue angle of 323.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983772 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 55 114 -
CMYK 0 0.64 0.25 0.40
HSL 323.51º 0.47% 0.41% -
HSV(B) 323.51º 0.64% 0.6% -
XYZ 17.35 10.62 17.06 -
YUV 90.73 141.14 171.7 -
System Red Green Blue C M Y K H S L
Decimal 152 55 114 0 0.64 0.25 0.40 323.51 0.47 0.41
Hex 98 37 72 0 40 19 28 144 2F 29
Octal 230 67 162 0 100 31 50 504 57 51
Binary 10011000 110111 1110010 0 1000000 11001 101000 101000100 101111 101001

Color Harmonies of #983772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983772

Black with #983772

Text Example


Text Example

White with #983772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983772; }

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

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

background-color css

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

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

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

border-color css

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

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

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