Html Css Color HEX #984449 Solid Pink

📋 copy color: '#984449'

red 152 ◦ green 68 ◦ blue 73

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

Shades of Solid Pink #984449

Tints of Solid Pink #984449

RGB

 RED value IS 152 (59.77% from 255) = 51.88%

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 51.88%
G = 23.21%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#984449 (or 0x984449) is known color: Solid Pink. HEX triplet: 98, 44 and 49. RGB value is (152,68,73). Sum of RGB (Red+Green+Blue) = 152+68+73=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #984449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984449 is #67BBB6. Grayscale: #5D5D5D. Windows color (decimal): -6798263 or 4801688. OLE color: 4801688.

HSL color Cylindrical-coordinate representation of color #984449: hue angle of 356.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984449 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 73 -
CMYK 0 0.55 0.52 0.40
HSL 356.43º 0.38% 0.43% -
HSV(B) 356.43º 0.55% 0.6% -
XYZ 16.22 11.29 7.63 -
YUV 93.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 152 68 73 0 0.55 0.52 0.40 356.43 0.38 0.43
Hex 98 44 49 0 37 34 28 164 26 2B
Octal 230 104 111 0 67 64 50 544 46 53
Binary 10011000 1000100 1001001 0 110111 110100 101000 101100100 100110 101011

Color Harmonies of #984449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984449

Black with #984449

Text Example


Text Example

White with #984449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984449; }

 p { color: rgb(152,68,73); }

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

background-color css

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

 a { background-color: rgb(152,68,73); }

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

border-color css

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

 span { border-color: rgb(152,68,73); }

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