Html Css Color HEX #884444 Matrix

📋 copy color: '#884444'

red 136 ◦ green 68 ◦ blue 68

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

Shades of Matrix #884444

Tints of Matrix #884444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#884444 (or 0x884444) is known color: Matrix. HEX triplet: 88, 44 and 44. RGB value is (136,68,68). Sum of RGB (Red+Green+Blue) = 136+68+68=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #884444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884444 is #77BBBB. Grayscale: #585858. Windows color (decimal): -7846844 or 4473992. OLE color: 4473992.

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

Color convert

RGB 136 68 68 -
CMYK 0 0.50 0.50 0.47
HSL 0.33% 0.4% -
HSV(B) 0.5% 0.53% -
XYZ 13.26 9.79 6.66 -
YUV 88.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 136 68 68 0 0.50 0.50 0.47 0 0.33 0.4
Hex 88 44 44 0 32 32 2F 0 21 28
Octal 210 104 104 0 62 62 57 0 41 50
Binary 10001000 1000100 1000100 0 110010 110010 101111 0 100001 101000

Color Harmonies of #884444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884444

Black with #884444

Text Example


Text Example

White with #884444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884444; }

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

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

background-color css

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

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

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

border-color css

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

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

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