Html Css Color HEX #884440 Matrix

📋 copy color: '#884440'

red 136 ◦ green 68 ◦ blue 64

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

Shades of Matrix #884440

Tints of Matrix #884440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.88%

R = 50.75%
G = 25.37%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#884440 (or 0x884440) is known color: Matrix. HEX triplet: 88, 44 and 40. RGB value is (136,68,64). Sum of RGB (Red+Green+Blue) = 136+68+64=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884440 is #77BBBF. Grayscale: #575757. Windows color (decimal): -7846848 or 4211848. OLE color: 4211848.

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

Color convert

RGB 136 68 64 -
CMYK 0 0.50 0.53 0.47
HSL 3.33º 0.36% 0.39% -
HSV(B) 3.33º 0.53% 0.53% -
XYZ 13.15 9.74 6.04 -
YUV 87.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 136 68 64 0 0.50 0.53 0.47 3.33 0.36 0.39
Hex 88 44 40 0 32 35 2F 3 24 27
Octal 210 104 100 0 62 65 57 3 44 47
Binary 10001000 1000100 1000000 0 110010 110101 101111 11 100100 100111

Color Harmonies of #884440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884440

Black with #884440

Text Example


Text Example

White with #884440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884440; }

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

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

background-color css

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

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

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

border-color css

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

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

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