Html Css Color HEX #984D52 Solid Pink

📋 copy color: '#984D52'

red 152 ◦ green 77 ◦ blue 82

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

Shades of Solid Pink #984D52

Tints of Solid Pink #984D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.76%

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

R = 48.87%
G = 24.76%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#984D52 (or 0x984D52) is known color: Solid Pink. HEX triplet: 98, 4D and 52. RGB value is (152,77,82). Sum of RGB (Red+Green+Blue) = 152+77+82=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 77 (30.47% from 255 or 24.76% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #984D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D52 is #67B2AD. Grayscale: #646464. Windows color (decimal): -6795950 or 5393816. OLE color: 5393816.

HSL color Cylindrical-coordinate representation of color #984D52: hue angle of 356º degrees, saturation: 0.33, 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 #984D52 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 77 82 -
CMYK 0 0.49 0.46 0.40
HSL 356º 0.33% 0.45% -
HSV(B) 356º 0.49% 0.6% -
XYZ 17.13 12.59 9.51 -
YUV 100 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 152 77 82 0 0.49 0.46 0.40 356 0.33 0.45
Hex 98 4D 52 0 31 2E 28 164 21 2D
Octal 230 115 122 0 61 56 50 544 41 55
Binary 10011000 1001101 1010010 0 110001 101110 101000 101100100 100001 101101

Color Harmonies of #984D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D52

Black with #984D52

Text Example


Text Example

White with #984D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D52; }

 p { color: rgb(152,77,82); }

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

background-color css

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

 a { background-color: rgb(152,77,82); }

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

border-color css

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

 span { border-color: rgb(152,77,82); }

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