Html Css Color HEX #993774 Rouge

📋 copy color: '#993774'

red 153 ◦ green 55 ◦ blue 116

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

Shades of Rouge #993774

Tints of Rouge #993774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.8%

R = 47.22%
G = 16.98%
B = 35.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#993774 (or 0x993774) is known color: Rouge. HEX triplet: 99, 37 and 74. RGB value is (153,55,116). Sum of RGB (Red+Green+Blue) = 153+55+116=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #993774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993774 is #66C88B. Grayscale: #5B5B5B. Windows color (decimal): -6736012 or 7616409. OLE color: 7616409.

HSL color Cylindrical-coordinate representation of color #993774: hue angle of 322.65º 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 #993774 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 116 -
CMYK 0 0.64 0.24 0.4
HSL 322.65º 0.47% 0.41% -
HSV(B) 322.65º 0.64% 0.6% -
XYZ 17.66 10.77 17.67 -
YUV 91.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 153 55 116 0 0.64 0.24 0.4 322.65 0.47 0.41
Hex 99 37 74 0 40 18 28 143 2F 29
Octal 231 67 164 0 100 30 50 503 57 51
Binary 10011001 110111 1110100 0 1000000 11000 101000 101000011 101111 101001

Color Harmonies of #993774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993774

Black with #993774

Text Example


Text Example

White with #993774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993774; }

 p { color: rgb(153,55,116); }

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

background-color css

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

 a { background-color: rgb(153,55,116); }

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

border-color css

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

 span { border-color: rgb(153,55,116); }

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