Html Css Color HEX #993970 Rouge

📋 copy color: '#993970'

red 153 ◦ green 57 ◦ blue 112

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

Shades of Rouge #993970

Tints of Rouge #993970

RGB

 RED value IS 153 (60.16% from 255) = 47.52%

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

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

R = 47.52%
G = 17.7%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#993970 (or 0x993970) is known color: Rouge. HEX triplet: 99, 39 and 70. RGB value is (153,57,112). Sum of RGB (Red+Green+Blue) = 153+57+112=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #993970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993970 is #66C68F. Grayscale: #5B5B5B. Windows color (decimal): -6735504 or 7354777. OLE color: 7354777.

HSL color Cylindrical-coordinate representation of color #993970: hue angle of 325.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993970 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 112 -
CMYK 0 0.63 0.27 0.4
HSL 325.63º 0.46% 0.41% -
HSV(B) 325.63º 0.63% 0.6% -
XYZ 17.52 10.87 16.5 -
YUV 91.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 153 57 112 0 0.63 0.27 0.4 325.63 0.46 0.41
Hex 99 39 70 0 3F 1B 28 146 2E 29
Octal 231 71 160 0 77 33 50 506 56 51
Binary 10011001 111001 1110000 0 111111 11011 101000 101000110 101110 101001

Color Harmonies of #993970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993970

Black with #993970

Text Example


Text Example

White with #993970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993970; }

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

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

background-color css

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

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

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

border-color css

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

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

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