Html Css Color HEX #994279 Rouge

📋 copy color: '#994279'

red 153 ◦ green 66 ◦ blue 121

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

Shades of Rouge #994279

Tints of Rouge #994279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.41%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 45%
G = 19.41%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#994279 (or 0x994279) is known color: Rouge. HEX triplet: 99, 42 and 79. RGB value is (153,66,121). Sum of RGB (Red+Green+Blue) = 153+66+121=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #994279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994279 is #66BD86. Grayscale: #626262. Windows color (decimal): -6733191 or 7946905. OLE color: 7946905.

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

Color convert

RGB 153 66 121 -
CMYK 0 0.57 0.21 0.4
HSL 322.07º 0.4% 0.43% -
HSV(B) 322.07º 0.57% 0.6% -
XYZ 18.54 12.05 19.44 -
YUV 98.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 153 66 121 0 0.57 0.21 0.4 322.07 0.4 0.43
Hex 99 42 79 0 39 15 28 142 28 2B
Octal 231 102 171 0 71 25 50 502 50 53
Binary 10011001 1000010 1111001 0 111001 10101 101000 101000010 101000 101011

Color Harmonies of #994279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994279

Black with #994279

Text Example


Text Example

White with #994279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994279; }

 p { color: rgb(153,66,121); }

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

background-color css

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

 a { background-color: rgb(153,66,121); }

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

border-color css

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

 span { border-color: rgb(153,66,121); }

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