Html Css Color HEX #884441 Matrix

📋 copy color: '#884441'

red 136 ◦ green 68 ◦ blue 65

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

Shades of Matrix #884441

Tints of Matrix #884441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 50.56%
G = 25.28%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#884441 (or 0x884441) is known color: Matrix. HEX triplet: 88, 44 and 41. RGB value is (136,68,65). Sum of RGB (Red+Green+Blue) = 136+68+65=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #884441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884441 is #77BBBE. Grayscale: #585858. Windows color (decimal): -7846847 or 4277384. OLE color: 4277384.

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

Color convert

RGB 136 68 65 -
CMYK 0 0.50 0.52 0.47
HSL 2.54º 0.35% 0.39% -
HSV(B) 2.54º 0.52% 0.53% -
XYZ 13.17 9.75 6.19 -
YUV 87.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 136 68 65 0 0.50 0.52 0.47 2.54 0.35 0.39
Hex 88 44 41 0 32 34 2F 3 23 27
Octal 210 104 101 0 62 64 57 3 43 47
Binary 10001000 1000100 1000001 0 110010 110100 101111 11 100011 100111

Color Harmonies of #884441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884441

Black with #884441

Text Example


Text Example

White with #884441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884441; }

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

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

background-color css

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

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

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

border-color css

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

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

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