Html Css Color HEX #994F52 Solid Pink

📋 copy color: '#994F52'

red 153 ◦ green 79 ◦ blue 82

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

Shades of Solid Pink #994F52

Tints of Solid Pink #994F52

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.16%

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

R = 48.73%
G = 25.16%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#994F52 (or 0x994F52) is known color: Solid Pink. HEX triplet: 99, 4F and 52. RGB value is (153,79,82). Sum of RGB (Red+Green+Blue) = 153+79+82=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #994F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994F52 is #66B0AD. Grayscale: #656565. Windows color (decimal): -6729902 or 5394329. OLE color: 5394329.

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

Color convert

RGB 153 79 82 -
CMYK 0 0.48 0.46 0.4
HSL 357.57º 0.32% 0.45% -
HSV(B) 357.57º 0.48% 0.6% -
XYZ 17.46 12.97 9.57 -
YUV 101.47 117.02 164.76 -
System Red Green Blue C M Y K H S L
Decimal 153 79 82 0 0.48 0.46 0.4 357.57 0.32 0.45
Hex 99 4F 52 0 30 2E 28 166 20 2D
Octal 231 117 122 0 60 56 50 546 40 55
Binary 10011001 1001111 1010010 0 110000 101110 101000 101100110 100000 101101

Color Harmonies of #994F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F52

Black with #994F52

Text Example


Text Example

White with #994F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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