Html Css Color HEX #994E52 Solid Pink

📋 copy color: '#994E52'

red 153 ◦ green 78 ◦ blue 82

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

Shades of Solid Pink #994E52

Tints of Solid Pink #994E52

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.92%

 BLUE value IS 82 (32.42% from 255) = 26.2%

R = 48.88%
G = 24.92%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#994E52 (or 0x994E52) is known color: Solid Pink. HEX triplet: 99, 4E and 52. RGB value is (153,78,82). Sum of RGB (Red+Green+Blue) = 153+78+82=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #994E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994E52 is #66B1AD. Grayscale: #646464. Windows color (decimal): -6730158 or 5394073. OLE color: 5394073.

HSL color Cylindrical-coordinate representation of color #994E52: hue angle of 356.8º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #994E52 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 78 82 -
CMYK 0 0.49 0.46 0.4
HSL 356.8º 0.32% 0.45% -
HSV(B) 356.8º 0.49% 0.6% -
XYZ 17.38 12.83 9.54 -
YUV 100.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 153 78 82 0 0.49 0.46 0.4 356.8 0.32 0.45
Hex 99 4E 52 0 31 2E 28 165 20 2D
Octal 231 116 122 0 61 56 50 545 40 55
Binary 10011001 1001110 1010010 0 110001 101110 101000 101100101 100000 101101

Color Harmonies of #994E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994E52

Black with #994E52

Text Example


Text Example

White with #994E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994E52; }

 p { color: rgb(153,78,82); }

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

background-color css

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

 a { background-color: rgb(153,78,82); }

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

border-color css

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

 span { border-color: rgb(153,78,82); }

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