Html Css Color HEX #864441 Matrix

📋 copy color: '#864441'

red 134 ◦ green 68 ◦ blue 65

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

Shades of Matrix #864441

Tints of Matrix #864441

RGB

 RED value IS 134 (52.73% from 255) = 50.19%

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

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

R = 50.19%
G = 25.47%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#864441 (or 0x864441) is known color: Matrix. HEX triplet: 86, 44 and 41. RGB value is (134,68,65). Sum of RGB (Red+Green+Blue) = 134+68+65=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #864441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864441 is #79BBBE. Grayscale: #575757. Windows color (decimal): -7977919 or 4277382. OLE color: 4277382.

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

Color convert

RGB 134 68 65 -
CMYK 0 0.49 0.51 0.47
HSL 2.61º 0.35% 0.39% -
HSV(B) 2.61º 0.51% 0.53% -
XYZ 12.85 9.58 6.17 -
YUV 87.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 134 68 65 0 0.49 0.51 0.47 2.61 0.35 0.39
Hex 86 44 41 0 31 33 2F 3 23 27
Octal 206 104 101 0 61 63 57 3 43 47
Binary 10000110 1000100 1000001 0 110001 110011 101111 11 100011 100111

Color Harmonies of #864441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864441

Black with #864441

Text Example


Text Example

White with #864441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864441; }

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

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

background-color css

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

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

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

border-color css

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

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

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