Html Css Color HEX #994275 Rouge

📋 copy color: '#994275'

red 153 ◦ green 66 ◦ blue 117

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

Shades of Rouge #994275

Tints of Rouge #994275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.82%

R = 45.54%
G = 19.64%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#994275 (or 0x994275) is known color: Rouge. HEX triplet: 99, 42 and 75. RGB value is (153,66,117). Sum of RGB (Red+Green+Blue) = 153+66+117=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 117 (46.09% from 255 or 34.82% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #994275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994275 is #66BD8A. Grayscale: #616161. Windows color (decimal): -6733195 or 7684761. OLE color: 7684761.

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

Color convert

RGB 153 66 117 -
CMYK 0 0.57 0.24 0.4
HSL 324.83º 0.4% 0.43% -
HSV(B) 324.83º 0.57% 0.6% -
XYZ 18.3 11.95 18.17 -
YUV 97.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 153 66 117 0 0.57 0.24 0.4 324.83 0.4 0.43
Hex 99 42 75 0 39 18 28 145 28 2B
Octal 231 102 165 0 71 30 50 505 50 53
Binary 10011001 1000010 1110101 0 111001 11000 101000 101000101 101000 101011

Color Harmonies of #994275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994275

Black with #994275

Text Example


Text Example

White with #994275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994275; }

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

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

background-color css

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

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

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

border-color css

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

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

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