Html Css Color HEX #884446 Solid Pink

📋 copy color: '#884446'

red 136 ◦ green 68 ◦ blue 70

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

Shades of Solid Pink #884446

Tints of Solid Pink #884446

RGB

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

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

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

R = 49.64%
G = 24.82%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#884446 (or 0x884446) is known color: Solid Pink. HEX triplet: 88, 44 and 46. RGB value is (136,68,70). Sum of RGB (Red+Green+Blue) = 136+68+70=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #884446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884446 is #77BBB9. Grayscale: #585858. Windows color (decimal): -7846842 or 4605064. OLE color: 4605064.

HSL color Cylindrical-coordinate representation of color #884446: hue angle of 358.24º 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 #884446 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 70 -
CMYK 0 0.50 0.49 0.47
HSL 358.24º 0.33% 0.4% -
HSV(B) 358.24º 0.5% 0.53% -
XYZ 13.33 9.81 6.99 -
YUV 88.56 117.53 161.84 -
System Red Green Blue C M Y K H S L
Decimal 136 68 70 0 0.50 0.49 0.47 358.24 0.33 0.4
Hex 88 44 46 0 32 31 2F 166 21 28
Octal 210 104 106 0 62 61 57 546 41 50
Binary 10001000 1000100 1000110 0 110010 110001 101111 101100110 100001 101000

Color Harmonies of #884446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884446

Black with #884446

Text Example


Text Example

White with #884446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884446; }

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

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

background-color css

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

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

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

border-color css

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

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

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