Html Css Color HEX #994074 Rouge

📋 copy color: '#994074'

red 153 ◦ green 64 ◦ blue 116

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

Shades of Rouge #994074

Tints of Rouge #994074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 45.95%
G = 19.22%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#994074 (or 0x994074) is known color: Rouge. HEX triplet: 99, 40 and 74. RGB value is (153,64,116). Sum of RGB (Red+Green+Blue) = 153+64+116=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994074 is #66BF8B. Grayscale: #606060. Windows color (decimal): -6733708 or 7618713. OLE color: 7618713.

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

Color convert

RGB 153 64 116 -
CMYK 0 0.58 0.24 0.4
HSL 324.94º 0.41% 0.43% -
HSV(B) 324.94º 0.58% 0.6% -
XYZ 18.12 11.7 17.83 -
YUV 96.54 138.99 168.27 -
System Red Green Blue C M Y K H S L
Decimal 153 64 116 0 0.58 0.24 0.4 324.94 0.41 0.43
Hex 99 40 74 0 3A 18 28 145 29 2B
Octal 231 100 164 0 72 30 50 505 51 53
Binary 10011001 1000000 1110100 0 111010 11000 101000 101000101 101001 101011

Color Harmonies of #994074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994074

Black with #994074

Text Example


Text Example

White with #994074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994074; }

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

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

background-color css

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

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

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

border-color css

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

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

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