Html Css Color HEX #98474D Solid Pink

📋 copy color: '#98474D'

red 152 ◦ green 71 ◦ blue 77

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

Shades of Solid Pink #98474D

Tints of Solid Pink #98474D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.67%

R = 50.67%
G = 23.67%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#98474D (or 0x98474D) is known color: Solid Pink. HEX triplet: 98, 47 and 4D. RGB value is (152,71,77). Sum of RGB (Red+Green+Blue) = 152+71+77=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98474D is #67B8B2. Grayscale: #5F5F5F. Windows color (decimal): -6797491 or 5064600. OLE color: 5064600.

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

Color convert

RGB 152 71 77 -
CMYK 0 0.53 0.49 0.40
HSL 355.56º 0.36% 0.44% -
HSV(B) 355.56º 0.53% 0.6% -
XYZ 16.54 11.72 8.41 -
YUV 95.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 152 71 77 0 0.53 0.49 0.40 355.56 0.36 0.44
Hex 98 47 4D 0 35 31 28 164 24 2C
Octal 230 107 115 0 65 61 50 544 44 54
Binary 10011000 1000111 1001101 0 110101 110001 101000 101100100 100100 101100

Color Harmonies of #98474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98474D

Black with #98474D

Text Example


Text Example

White with #98474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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