Html Css Color HEX #994175 Rouge

📋 copy color: '#994175'

red 153 ◦ green 65 ◦ blue 117

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

Shades of Rouge #994175

Tints of Rouge #994175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 45.67%
G = 19.4%
B = 34.93%

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

#994175 (or 0x994175) is known color: Rouge. HEX triplet: 99, 41 and 75. RGB value is (153,65,117). Sum of RGB (Red+Green+Blue) = 153+65+117=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #994175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994175 is #66BE8A. Grayscale: #616161. Windows color (decimal): -6733451 or 7684505. OLE color: 7684505.

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

Color convert

RGB 153 65 117 -
CMYK 0 0.58 0.24 0.4
HSL 324.55º 0.4% 0.43% -
HSV(B) 324.55º 0.58% 0.6% -
XYZ 18.24 11.84 18.15 -
YUV 97.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 153 65 117 0 0.58 0.24 0.4 324.55 0.4 0.43
Hex 99 41 75 0 3A 18 28 145 28 2B
Octal 231 101 165 0 72 30 50 505 50 53
Binary 10011001 1000001 1110101 0 111010 11000 101000 101000101 101000 101011

Color Harmonies of #994175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994175

Black with #994175

Text Example


Text Example

White with #994175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994175; }

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

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

background-color css

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

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

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

border-color css

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

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

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