Html Css Color HEX #994374 Rouge

📋 copy color: '#994374'

red 153 ◦ green 67 ◦ blue 116

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

Shades of Rouge #994374

Tints of Rouge #994374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 45.54%
G = 19.94%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#994374 (or 0x994374) is known color: Rouge. HEX triplet: 99, 43 and 74. RGB value is (153,67,116). Sum of RGB (Red+Green+Blue) = 153+67+116=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994374 is #66BC8B. Grayscale: #626262. Windows color (decimal): -6732940 or 7619481. OLE color: 7619481.

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

Color convert

RGB 153 67 116 -
CMYK 0 0.56 0.24 0.4
HSL 325.81º 0.39% 0.43% -
HSV(B) 325.81º 0.56% 0.6% -
XYZ 18.3 12.05 17.88 -
YUV 98.3 137.99 167.02 -
System Red Green Blue C M Y K H S L
Decimal 153 67 116 0 0.56 0.24 0.4 325.81 0.39 0.43
Hex 99 43 74 0 38 18 28 146 27 2B
Octal 231 103 164 0 70 30 50 506 47 53
Binary 10011001 1000011 1110100 0 111000 11000 101000 101000110 100111 101011

Color Harmonies of #994374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994374

Black with #994374

Text Example


Text Example

White with #994374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994374; }

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

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

background-color css

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

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

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

border-color css

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

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

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