Html Css Color HEX #984446 Solid Pink

📋 copy color: '#984446'

red 152 ◦ green 68 ◦ blue 70

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

Shades of Solid Pink #984446

Tints of Solid Pink #984446

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

 BLUE value IS 70 (27.73% from 255) = 24.14%

R = 52.41%
G = 23.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#984446 (or 0x984446) is known color: Solid Pink. HEX triplet: 98, 44 and 46. RGB value is (152,68,70). Sum of RGB (Red+Green+Blue) = 152+68+70=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #984446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984446 is #67BBB9. Grayscale: #5D5D5D. Windows color (decimal): -6798266 or 4605080. OLE color: 4605080.

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

Color convert

RGB 152 68 70 -
CMYK 0 0.55 0.54 0.40
HSL 358.57º 0.38% 0.43% -
HSV(B) 358.57º 0.55% 0.6% -
XYZ 16.12 11.25 7.12 -
YUV 93.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 152 68 70 0 0.55 0.54 0.40 358.57 0.38 0.43
Hex 98 44 46 0 37 36 28 167 26 2B
Octal 230 104 106 0 67 66 50 547 46 53
Binary 10011000 1000100 1000110 0 110111 110110 101000 101100111 100110 101011

Color Harmonies of #984446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984446

Black with #984446

Text Example


Text Example

White with #984446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984446; }

 p { color: rgb(152,68,70); }

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

background-color css

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

 a { background-color: rgb(152,68,70); }

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

border-color css

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

 span { border-color: rgb(152,68,70); }

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