Html Css Color HEX #993670 Rouge

📋 copy color: '#993670'

red 153 ◦ green 54 ◦ blue 112

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

Shades of Rouge #993670

Tints of Rouge #993670

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.93%

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

R = 47.96%
G = 16.93%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#993670 (or 0x993670) is known color: Rouge. HEX triplet: 99, 36 and 70. RGB value is (153,54,112). Sum of RGB (Red+Green+Blue) = 153+54+112=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #993670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993670 is #66C98F. Grayscale: #5A5A5A. Windows color (decimal): -6736272 or 7354009. OLE color: 7354009.

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

Color convert

RGB 153 54 112 -
CMYK 0 0.65 0.27 0.4
HSL 324.85º 0.48% 0.41% -
HSV(B) 324.85º 0.65% 0.6% -
XYZ 17.38 10.58 16.46 -
YUV 90.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 153 54 112 0 0.65 0.27 0.4 324.85 0.48 0.41
Hex 99 36 70 0 41 1B 28 145 30 29
Octal 231 66 160 0 101 33 50 505 60 51
Binary 10011001 110110 1110000 0 1000001 11011 101000 101000101 110000 101001

Color Harmonies of #993670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993670

Black with #993670

Text Example


Text Example

White with #993670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993670; }

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

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

background-color css

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

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

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

border-color css

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

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

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