Html Css Color HEX #984D4F Solid Pink

📋 copy color: '#984D4F'

red 152 ◦ green 77 ◦ blue 79

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

Shades of Solid Pink #984D4F

Tints of Solid Pink #984D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.65%

R = 49.35%
G = 25%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#984D4F (or 0x984D4F) is known color: Solid Pink. HEX triplet: 98, 4D and 4F. RGB value is (152,77,79). Sum of RGB (Red+Green+Blue) = 152+77+79=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D4F is #67B2B0. Grayscale: #636363. Windows color (decimal): -6795953 or 5197208. OLE color: 5197208.

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

Color convert

RGB 152 77 79 -
CMYK 0 0.49 0.48 0.40
HSL 358.4º 0.33% 0.45% -
HSV(B) 358.4º 0.49% 0.6% -
XYZ 17.01 12.55 8.92 -
YUV 99.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 152 77 79 0 0.49 0.48 0.40 358.4 0.33 0.45
Hex 98 4D 4F 0 31 30 28 166 21 2D
Octal 230 115 117 0 61 60 50 546 41 55
Binary 10011000 1001101 1001111 0 110001 110000 101000 101100110 100001 101101

Color Harmonies of #984D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D4F

Black with #984D4F

Text Example


Text Example

White with #984D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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