Html Css Color HEX #884450 Solid Pink

📋 copy color: '#884450'

red 136 ◦ green 68 ◦ blue 80

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

Shades of Solid Pink #884450

Tints of Solid Pink #884450

RGB

 RED value IS 136 (53.52% from 255) = 47.89%

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

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

R = 47.89%
G = 23.94%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#884450 (or 0x884450) is known color: Solid Pink. HEX triplet: 88, 44 and 50. RGB value is (136,68,80). Sum of RGB (Red+Green+Blue) = 136+68+80=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884450 is #77BBAF. Grayscale: #595959. Windows color (decimal): -7846832 or 5260424. OLE color: 5260424.

HSL color Cylindrical-coordinate representation of color #884450: hue angle of 349.41º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884450 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 80 -
CMYK 0 0.50 0.41 0.47
HSL 349.41º 0.33% 0.4% -
HSV(B) 349.41º 0.5% 0.53% -
XYZ 13.67 9.95 8.79 -
YUV 89.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 136 68 80 0 0.50 0.41 0.47 349.41 0.33 0.4
Hex 88 44 50 0 32 29 2F 15D 21 28
Octal 210 104 120 0 62 51 57 535 41 50
Binary 10001000 1000100 1010000 0 110010 101001 101111 101011101 100001 101000

Color Harmonies of #884450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884450

Black with #884450

Text Example


Text Example

White with #884450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884450; }

 p { color: rgb(136,68,80); }

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

background-color css

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

 a { background-color: rgb(136,68,80); }

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

border-color css

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

 span { border-color: rgb(136,68,80); }

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