Html Css Color HEX #984950 Solid Pink

📋 copy color: '#984950'

red 152 ◦ green 73 ◦ blue 80

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

Shades of Solid Pink #984950

Tints of Solid Pink #984950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 49.84%
G = 23.93%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#984950 (or 0x984950) is known color: Solid Pink. HEX triplet: 98, 49 and 50. RGB value is (152,73,80). Sum of RGB (Red+Green+Blue) = 152+73+80=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #984950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984950 is #67B6AF. Grayscale: #616161. Windows color (decimal): -6796976 or 5261720. OLE color: 5261720.

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

Color convert

RGB 152 73 80 -
CMYK 0 0.52 0.47 0.40
HSL 354.68º 0.35% 0.44% -
HSV(B) 354.68º 0.52% 0.6% -
XYZ 16.78 12.02 9.03 -
YUV 97.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 152 73 80 0 0.52 0.47 0.40 354.68 0.35 0.44
Hex 98 49 50 0 34 2F 28 163 23 2C
Octal 230 111 120 0 64 57 50 543 43 54
Binary 10011000 1001001 1010000 0 110100 101111 101000 101100011 100011 101100

Color Harmonies of #984950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984950

Black with #984950

Text Example


Text Example

White with #984950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984950; }

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

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

background-color css

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

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

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

border-color css

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

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

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