Html Css Color HEX #984247 Solid Pink

📋 copy color: '#984247'

red 152 ◦ green 66 ◦ blue 71

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

Shades of Solid Pink #984247

Tints of Solid Pink #984247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.84%

 BLUE value IS 71 (28.13% from 255) = 24.57%

R = 52.6%
G = 22.84%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#984247 (or 0x984247) is known color: Solid Pink. HEX triplet: 98, 42 and 47. RGB value is (152,66,71). Sum of RGB (Red+Green+Blue) = 152+66+71=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 66 (26.17% from 255 or 22.84% from 289); Blue value is 71 (28.12% from 255 or 24.57% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #984247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984247 is #67BDB8. Grayscale: #5C5C5C. Windows color (decimal): -6798777 or 4670104. OLE color: 4670104.

HSL color Cylindrical-coordinate representation of color #984247: hue angle of 356.51º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984247 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 66 71 -
CMYK 0 0.57 0.53 0.40
HSL 356.51º 0.39% 0.43% -
HSV(B) 356.51º 0.57% 0.6% -
XYZ 16.03 11.03 7.24 -
YUV 92.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 152 66 71 0 0.57 0.53 0.40 356.51 0.39 0.43
Hex 98 42 47 0 39 35 28 165 27 2B
Octal 230 102 107 0 71 65 50 545 47 53
Binary 10011000 1000010 1000111 0 111001 110101 101000 101100101 100111 101011

Color Harmonies of #984247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984247

Black with #984247

Text Example


Text Example

White with #984247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984247; }

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

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

background-color css

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

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

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

border-color css

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

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

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