Html Css Color HEX #984749 Solid Pink

📋 copy color: '#984749'

red 152 ◦ green 71 ◦ blue 73

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

Shades of Solid Pink #984749

Tints of Solid Pink #984749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 51.35%
G = 23.99%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.40

RGB Variations

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

Color information

#984749 (or 0x984749) is known color: Solid Pink. HEX triplet: 98, 47 and 49. RGB value is (152,71,73). Sum of RGB (Red+Green+Blue) = 152+71+73=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984749 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984749 is #67B8B6. Grayscale: #5F5F5F. Windows color (decimal): -6797495 or 4802456. OLE color: 4802456.

HSL color Cylindrical-coordinate representation of color #984749: hue angle of 358.52º 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 #984749 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 73 -
CMYK 0 0.53 0.52 0.40
HSL 358.52º 0.36% 0.44% -
HSV(B) 358.52º 0.53% 0.6% -
XYZ 16.4 11.66 7.69 -
YUV 95.45 115.34 168.34 -
System Red Green Blue C M Y K H S L
Decimal 152 71 73 0 0.53 0.52 0.40 358.52 0.36 0.44
Hex 98 47 49 0 35 34 28 167 24 2C
Octal 230 107 111 0 65 64 50 547 44 54
Binary 10011000 1000111 1001001 0 110101 110100 101000 101100111 100100 101100

Color Harmonies of #984749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984749

Black with #984749

Text Example


Text Example

White with #984749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984749; }

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

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

background-color css

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

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

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

border-color css

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

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

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