Html Css Color HEX #994849 Solid Pink

📋 copy color: '#994849'

red 153 ◦ green 72 ◦ blue 73

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

Shades of Solid Pink #994849

Tints of Solid Pink #994849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.16%

 BLUE value IS 73 (28.91% from 255) = 24.5%

R = 51.34%
G = 24.16%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#994849 (or 0x994849) is known color: Solid Pink. HEX triplet: 99, 48 and 49. RGB value is (153,72,73). Sum of RGB (Red+Green+Blue) = 153+72+73=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #994849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994849 is #66B7B6. Grayscale: #606060. Windows color (decimal): -6731703 or 4802713. OLE color: 4802713.

HSL color Cylindrical-coordinate representation of color #994849: hue angle of 359.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #994849 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 72 73 -
CMYK 0 0.53 0.52 0.4
HSL 359.26º 0.36% 0.44% -
HSV(B) 359.26º 0.53% 0.6% -
XYZ 16.66 11.89 7.72 -
YUV 96.33 114.84 168.42 -
System Red Green Blue C M Y K H S L
Decimal 153 72 73 0 0.53 0.52 0.4 359.26 0.36 0.44
Hex 99 48 49 0 35 34 28 167 24 2C
Octal 231 110 111 0 65 64 50 547 44 54
Binary 10011001 1001000 1001001 0 110101 110100 101000 101100111 100100 101100

Color Harmonies of #994849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994849

Black with #994849

Text Example


Text Example

White with #994849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994849; }

 p { color: rgb(153,72,73); }

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

background-color css

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

 a { background-color: rgb(153,72,73); }

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

border-color css

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

 span { border-color: rgb(153,72,73); }

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