Html Css Color HEX #884442 Matrix

📋 copy color: '#884442'

red 136 ◦ green 68 ◦ blue 66

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

Shades of Matrix #884442

Tints of Matrix #884442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.44%

R = 50.37%
G = 25.19%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#884442 (or 0x884442) is known color: Matrix. HEX triplet: 88, 44 and 42. RGB value is (136,68,66). Sum of RGB (Red+Green+Blue) = 136+68+66=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #884442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884442 is #77BBBD. Grayscale: #585858. Windows color (decimal): -7846846 or 4342920. OLE color: 4342920.

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

Color convert

RGB 136 68 66 -
CMYK 0 0.50 0.51 0.47
HSL 1.71º 0.35% 0.4% -
HSV(B) 1.71º 0.51% 0.53% -
XYZ 13.2 9.76 6.34 -
YUV 88.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 136 68 66 0 0.50 0.51 0.47 1.71 0.35 0.4
Hex 88 44 42 0 32 33 2F 2 23 28
Octal 210 104 102 0 62 63 57 2 43 50
Binary 10001000 1000100 1000010 0 110010 110011 101111 10 100011 101000

Color Harmonies of #884442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884442

Black with #884442

Text Example


Text Example

White with #884442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884442; }

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

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

background-color css

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

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

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

border-color css

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

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

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