Html Css Color HEX #994170 Rouge

📋 copy color: '#994170'

red 153 ◦ green 65 ◦ blue 112

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

Shades of Rouge #994170

Tints of Rouge #994170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 33.94%

R = 46.36%
G = 19.7%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#994170 (or 0x994170) is known color: Rouge. HEX triplet: 99, 41 and 70. RGB value is (153,65,112). Sum of RGB (Red+Green+Blue) = 153+65+112=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #994170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #994170 is #66BE8F. Grayscale: #606060. Windows color (decimal): -6733456 or 7356825. OLE color: 7356825.

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

Color convert

RGB 153 65 112 -
CMYK 0 0.58 0.27 0.4
HSL 327.95º 0.4% 0.43% -
HSV(B) 327.95º 0.58% 0.6% -
XYZ 17.95 11.72 16.65 -
YUV 96.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 153 65 112 0 0.58 0.27 0.4 327.95 0.4 0.43
Hex 99 41 70 0 3A 1B 28 148 28 2B
Octal 231 101 160 0 72 33 50 510 50 53
Binary 10011001 1000001 1110000 0 111010 11011 101000 101001000 101000 101011

Color Harmonies of #994170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994170

Black with #994170

Text Example


Text Example

White with #994170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994170; }

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

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

background-color css

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

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

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

border-color css

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

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

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