Html Css Color HEX #994272 Rouge

📋 copy color: '#994272'

red 153 ◦ green 66 ◦ blue 114

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

Shades of Rouge #994272

Tints of Rouge #994272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 34.23%

R = 45.95%
G = 19.82%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#994272 (or 0x994272) is known color: Rouge. HEX triplet: 99, 42 and 72. RGB value is (153,66,114). Sum of RGB (Red+Green+Blue) = 153+66+114=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 114 (44.92% from 255 or 34.23% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #994272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994272 is #66BD8D. Grayscale: #616161. Windows color (decimal): -6733198 or 7488153. OLE color: 7488153.

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

Color convert

RGB 153 66 114 -
CMYK 0 0.57 0.25 0.4
HSL 326.9º 0.4% 0.43% -
HSV(B) 326.9º 0.57% 0.6% -
XYZ 18.12 11.88 17.26 -
YUV 97.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 153 66 114 0 0.57 0.25 0.4 326.9 0.4 0.43
Hex 99 42 72 0 39 19 28 147 28 2B
Octal 231 102 162 0 71 31 50 507 50 53
Binary 10011001 1000010 1110010 0 111001 11001 101000 101000111 101000 101011

Color Harmonies of #994272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994272

Black with #994272

Text Example


Text Example

White with #994272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994272; }

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

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

background-color css

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

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

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

border-color css

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

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

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