Html Css Color HEX #993F70 Rouge

📋 copy color: '#993F70'

red 153 ◦ green 63 ◦ blue 112

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

Shades of Rouge #993F70

Tints of Rouge #993F70

RGB

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

 GREEN value IS 63 (25% from 255) = 19.21%

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

R = 46.65%
G = 19.21%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#993F70 (or 0x993F70) is known color: Rouge. HEX triplet: 99, 3F and 70. RGB value is (153,63,112). Sum of RGB (Red+Green+Blue) = 153+63+112=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #993F70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993F70 is #66C08F. Grayscale: #5F5F5F. Windows color (decimal): -6733968 or 7356313. OLE color: 7356313.

HSL color Cylindrical-coordinate representation of color #993F70: hue angle of 327.33º 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 #993F70 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 63 112 -
CMYK 0 0.59 0.27 0.4
HSL 327.33º 0.42% 0.42% -
HSV(B) 327.33º 0.59% 0.6% -
XYZ 17.84 11.5 16.61 -
YUV 95.5 137.32 169.02 -
System Red Green Blue C M Y K H S L
Decimal 153 63 112 0 0.59 0.27 0.4 327.33 0.42 0.42
Hex 99 3F 70 0 3B 1B 28 147 2A 2A
Octal 231 77 160 0 73 33 50 507 52 52
Binary 10011001 111111 1110000 0 111011 11011 101000 101000111 101010 101010

Color Harmonies of #993F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993F70

Black with #993F70

Text Example


Text Example

White with #993F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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