Html Css Color HEX #983970 Rouge

📋 copy color: '#983970'

red 152 ◦ green 57 ◦ blue 112

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

Shades of Rouge #983970

Tints of Rouge #983970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 112 (44.14% from 255) = 34.89%

R = 47.35%
G = 17.76%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#983970 (or 0x983970) is known color: Rouge. HEX triplet: 98, 39 and 70. RGB value is (152,57,112). Sum of RGB (Red+Green+Blue) = 152+57+112=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #983970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983970 is #67C68F. Grayscale: #5B5B5B. Windows color (decimal): -6801040 or 7354776. OLE color: 7354776.

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

Color convert

RGB 152 57 112 -
CMYK 0 0.62 0.26 0.40
HSL 325.26º 0.45% 0.41% -
HSV(B) 325.26º 0.63% 0.6% -
XYZ 17.34 10.77 16.49 -
YUV 91.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 152 57 112 0 0.62 0.26 0.40 325.26 0.45 0.41
Hex 98 39 70 0 3E 1A 28 145 2D 29
Octal 230 71 160 0 76 32 50 505 55 51
Binary 10011000 111001 1110000 0 111110 11010 101000 101000101 101101 101001

Color Harmonies of #983970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983970

Black with #983970

Text Example


Text Example

White with #983970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #983970; }

 p { color: rgb(152,57,112); }

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

background-color css

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

 a { background-color: rgb(152,57,112); }

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

border-color css

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

 span { border-color: rgb(152,57,112); }

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