Html Css Color HEX #884240 Matrix

📋 copy color: '#884240'

red 136 ◦ green 66 ◦ blue 64

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

Shades of Matrix #884240

Tints of Matrix #884240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.81%

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

R = 51.13%
G = 24.81%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#884240 (or 0x884240) is known color: Matrix. HEX triplet: 88, 42 and 40. RGB value is (136,66,64). Sum of RGB (Red+Green+Blue) = 136+66+64=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #884240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884240 is #77BDBF. Grayscale: #565656. Windows color (decimal): -7847360 or 4211336. OLE color: 4211336.

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

Color convert

RGB 136 66 64 -
CMYK 0 0.51 0.53 0.47
HSL 1.67º 0.36% 0.39% -
HSV(B) 1.67º 0.53% 0.53% -
XYZ 13.03 9.5 6 -
YUV 86.7 115.19 163.16 -
System Red Green Blue C M Y K H S L
Decimal 136 66 64 0 0.51 0.53 0.47 1.67 0.36 0.39
Hex 88 42 40 0 33 35 2F 2 24 27
Octal 210 102 100 0 63 65 57 2 44 47
Binary 10001000 1000010 1000000 0 110011 110101 101111 10 100100 100111

Color Harmonies of #884240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884240

Black with #884240

Text Example


Text Example

White with #884240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884240; }

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

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

background-color css

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

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

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

border-color css

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

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

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